try flake checker as an action

This commit is contained in:
Cyryl Płotnicki 2023-07-01 09:47:43 +01:00
parent 4be2f4722a
commit 9001f47236

View file

@ -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