ayaports/.forgejo/workflows/action.yaml

16 lines
324 B
YAML
Raw Normal View History

2024-08-11 20:37:29 +00:00
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
2024-08-11 20:38:29 +00:00
2024-08-11 20:00:48 +00:00
jobs:
lint:
run-name: lint
2024-08-11 20:26:58 +00:00
runs-on: x86_64
2024-08-11 20:07:24 +00:00
container:
image: alpine:edge
2024-08-11 20:00:48 +00:00
steps:
- run: |
2024-08-11 20:39:39 +00:00
doas apk add shellcheck atools sudo abuild
2024-08-11 20:00:48 +00:00
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
lint