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
|
run-name: lint
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
container:
|
container:
|
||||||
image: alpine:edge
|
image: alpinelinux/apkbuild-lint-tools:latest
|
||||||
steps:
|
steps:
|
||||||
- run: apk add nodejs git
|
- run: apk add nodejs git
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 500
|
fetch-depth: 500
|
||||||
- run: |
|
- run: |
|
||||||
apk add shellcheck atools sudo abuild
|
|
||||||
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
|
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
|
||||||
lint
|
lint
|
||||||
|
|
Loading…
Reference in a new issue