mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
ci: add flake lockfile check health for check workflow
This commit is contained in:
parent
7c6c5d6cf2
commit
1d44a40e36
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -15,5 +15,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||
- uses: DeterminateSystems/nix-installer-action@v4
|
||||
- name: Check flake lockfile
|
||||
uses: DeterminateSystems/flake-checker-action@v4
|
||||
- name: Check flake outputs
|
||||
run: nix flake check --impure
|
||||
|
Loading…
Reference in New Issue
Block a user