shim gitlab variables
All checks were successful
/ lint (pull_request) Successful in 23s

This commit is contained in:
Antoine Martin 2024-08-11 17:06:28 -04:00
parent 2892327390
commit a1a2cbe858
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -8,11 +8,14 @@ jobs:
runs-on: x86_64
container:
image: alpinelinux/apkbuild-lint-tools:latest
env:
CI_PROJECT_DIR: ${{ github.workspace }}
CI_DEBUG_BUILD: ${{ runner.debug }}
CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server.url }}/${{ github.repository }}
CI_MERGE_REQUEST_BRANCH_NAME: ${{ github.base.ref }}
steps:
- run: doas apk add nodejs git
- uses: actions/checkout@v4
with:
fetch-depth: 500
- run: |
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
lint
- run: lint