ayaports/.forgejo/workflows/action.yaml
Antoine Martin c1002e7c66
All checks were successful
/ test (push) Successful in 15s
vastly simplify
2024-08-11 16:34:56 -04:00

12 lines
277 B
YAML

jobs:
lint:
runs-on: x86_64
on: pull_request
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