ayaports/.forgejo/workflows/action.yaml
Antoine Martin cf6a6cc266
Some checks failed
/ lint (pull_request) Failing after 18s
no doas
2024-08-11 16:40:09 -04:00

15 lines
319 B
YAML

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