This commit is contained in:
parent
554431771a
commit
4078e495cc
1 changed files with 1 additions and 2 deletions
|
@ -7,13 +7,12 @@ jobs:
|
|||
run-name: lint
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: alpine:edge
|
||||
image: alpinelinux/apkbuild-lint-tools:latest
|
||||
steps:
|
||||
- run: apk add nodejs git
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 500
|
||||
- run: |
|
||||
apk add shellcheck atools sudo abuild
|
||||
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
|
||||
lint
|
||||
|
|
Loading…
Reference in a new issue