parent
4bbb51ef42
commit
c0870ccac3
12 changed files with 113 additions and 91 deletions
7
.github/workflows/lint.yml
vendored
Normal file
7
.github/workflows/lint.yml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: nixos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix fmt -- --check .
|
||||
Loading…
Add table
Add a link
Reference in a new issue