infrastructure/.forgejo/workflows/lint.yml
Vivian 4cdf69c21e
Some checks failed
Plex Update / update (push) Failing after 11s
ci-test
2023-09-09 10:35:36 +02:00

11 lines
167 B
YAML

name: Lint
jobs:
lint:
runs-on: native
steps:
- uses: actions/checkout@v3
- run: statix check .
- run: deadnix -f
- run: yamllint .