ayaports/.forgejo/workflows/action.yaml
Antoine Martin bf58269625
All checks were successful
/ test (push) Successful in 15s
change on location
2024-08-11 16:36:11 -04:00

14 lines
331 B
YAML

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