infrastructure/.forgejo/workflows/lint.yml

13 lines
179 B
YAML
Raw Normal View History

2023-05-27 10:43:58 +02:00
name: Lint
on: [push]
jobs:
lint:
runs-on: native
steps:
- uses: actions/checkout@v3
- run: statix check .
- run: deadnix -f
- run: yamllint .