try flake checker as an action
This commit is contained in:
parent
4be2f4722a
commit
9001f47236
1 changed files with 3 additions and 1 deletions
|
@ -14,9 +14,11 @@ jobs:
|
|||
--init none \
|
||||
--no-confirm
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check Nix flake inputs
|
||||
uses: https://github.com/DeterminateSystems/flake-checker-action@v4
|
||||
- name: Check
|
||||
run: |
|
||||
nix flake metadata
|
||||
nix flake check
|
||||
nix run "github:DeterminateSystems/flake-checker"
|
||||
nix --no-sandbox develop -c statix check
|
||||
|
||||
|
|
Loading…
Reference in a new issue