ayaports/.forgejo/workflows/action.yaml
Antoine Martin 91ffc4665a
Some checks failed
/ lint (pull_request) Failing after 17s
pwd github space
2024-08-11 16:41:05 -04:00

17 lines
388 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
echo $GITHUB_WORKSPACE
ls -all $GITHUB_WORKSPACE
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
lint