This commit is contained in:
Antoine Martin 2024-08-11 16:57:28 -04:00
parent 4078e495cc
commit 2892327390
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -9,7 +9,7 @@ jobs:
container:
image: alpinelinux/apkbuild-lint-tools:latest
steps:
- run: apk add nodejs git
- run: doas apk add nodejs git
- uses: actions/checkout@v4
with:
fetch-depth: 500