chore: add setup step for related tools in lint workflow

- Add a step to setup related tools in the lint workflow

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2023-10-25 15:49:47 +08:00
parent de446823b7
commit 8239f0f8b1
+4
View File
@@ -32,6 +32,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: setup related tools
run: |
apk add make
- name: testing
run: |
make test