This commit is contained in:
parent
2892327390
commit
a1a2cbe858
1 changed files with 6 additions and 3 deletions
|
@ -8,11 +8,14 @@ jobs:
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
container:
|
container:
|
||||||
image: alpinelinux/apkbuild-lint-tools:latest
|
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:
|
steps:
|
||||||
- run: doas apk add nodejs git
|
- run: doas apk add nodejs git
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 500
|
fetch-depth: 500
|
||||||
- run: |
|
- run: lint
|
||||||
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
|
|
||||||
lint
|
|
||||||
|
|
Loading…
Reference in a new issue