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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue