ci: add flake lockfile check health for check workflow

This commit is contained in:
Gabriel Arazas 2023-07-14 19:29:35 +08:00
parent 7c6c5d6cf2
commit 1d44a40e36
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

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