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