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 \
|
--init none \
|
||||||
--no-confirm
|
--no-confirm
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Check Nix flake inputs
|
||||||
|
uses: https://github.com/DeterminateSystems/flake-checker-action@v4
|
||||||
- name: Check
|
- name: Check
|
||||||
run: |
|
run: |
|
||||||
nix flake metadata
|
nix flake metadata
|
||||||
nix flake check
|
nix flake check
|
||||||
nix run "github:DeterminateSystems/flake-checker"
|
|
||||||
nix --no-sandbox develop -c statix check
|
nix --no-sandbox develop -c statix check
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue