on: pull_request: types: [ assigned, opened, synchronize, reopened ] jobs: lint: runs-on: x86_64 container: image: alpine:edge steps: - run: | sudo apk add shellcheck atools sudo abuild export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin" lint continue-on-error: true