use forgejo actions lint job
This commit is contained in:
parent
39d852ff28
commit
943cd67120
3 changed files with 15 additions and 23 deletions
12
.forgejo/workflows/lint.yml
Normal file
12
.forgejo/workflows/lint.yml
Normal 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 .
|
Loading…
Add table
Add a link
Reference in a new issue