Use alpinelinux image
Some checks failed
/ lint (pull_request) Failing after 20s

This commit is contained in:
Antoine Martin 2024-08-11 16:56:40 -04:00
parent 554431771a
commit 4078e495cc
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -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