env/.forgejo/workflows/ci.yml
Marc Cataford bf8cc03bee
Some checks failed
/ sast (push) Failing after 35s
ci: yaml lint check
2024-07-27 09:57:40 -04:00

9 lines
132 B
YAML

on:
push:
jobs:
sast:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx run yamllint .