ayaports/.forgejo/workflows/action.yaml
Antoine Martin 1c5d729b89
Some checks failed
/ lint (pull_request) Failing after 55s
add node
2024-08-11 16:46:58 -04:00

20 lines
471 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 nodejs
- uses: actions/checkout@v4
- run: |
apk add shellcheck atools sudo abuild
echo $GITHUB_WORKSPACE
ls -all $GITHUB_WORKSPACE
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
ls $GITHUB
lint