use forgejo actions lint job

This commit is contained in:
Vivian 2023-05-27 10:43:58 +02:00
parent 28b604c585
commit d05aa1c5d8
3 changed files with 15 additions and 23 deletions

View file

@ -0,0 +1,12 @@
name: Lint
on: [push]
jobs:
lint:
runs-on: native
steps:
- uses: actions/checkout@v3
- run: statix check .
- run: deadnix -f
- run: yamllint .