uses checkout
Some checks failed
/ lint (pull_request) Failing after 27s

This commit is contained in:
Antoine Martin 2024-08-11 16:43:34 -04:00
parent 91ffc4665a
commit b1632eb2cb
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -9,9 +9,11 @@ jobs:
container:
image: alpine:edge
steps:
- uses: actions/checkout@v4
- run: |
apk add shellcheck atools sudo abuild
echo $GITHUB_WORKSPACE
ls -all $GITHUB_WORKSPACE
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
ls $GITHUB
lint