This commit is contained in:
parent
542034054c
commit
5b40e59f4b
13
.gitea/workflows/analysis.yml
Normal file
13
.gitea/workflows/analysis.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
on: [push]
|
||||||
|
name: Lint Nix code
|
||||||
|
jobs:
|
||||||
|
statix:
|
||||||
|
name: Lint code
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3.1.0
|
||||||
|
- uses: cachix/install-nix-action@v18
|
||||||
|
- uses: cachix/cachix-action@v12
|
||||||
|
with:
|
||||||
|
name: statix
|
||||||
|
- uses: https://github.com/jocelynthode/statix-action@master
|
||||||
Loading…
x
Reference in New Issue
Block a user