ayaports/.forgejo/workflows/action.yaml
Antoine Martin 4078e495cc
Some checks failed
/ lint (pull_request) Failing after 20s
Use alpinelinux image
2024-08-11 16:56:40 -04:00

18 lines
405 B
YAML

on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
jobs:
lint:
run-name: lint
runs-on: x86_64
container:
image: alpinelinux/apkbuild-lint-tools:latest
steps:
- run: apk add nodejs git
- uses: actions/checkout@v4
with:
fetch-depth: 500
- run: |
export PATH="$PATH:$GITHUB_WORKSPACE/.gitlab/bin"
lint