on: pull_request: types: [ assigned, opened, synchronize, reopened ] jobs: lint: run-name: lint runs-on: x86_64 container: image: alpinelinux/apkbuild-lint-tools:latest steps: - run: apk add nodejs git - uses: actions/checkout@v4 with: fetch-depth: 500 - run: | export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin" lint