mirror of
https://github.com/appleboy/drone-telegram.git
synced 2026-06-04 18:23:45 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user