mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-01-10 22:32:11 +01:00
Add flake checker action to CI
This commit is contained in:
parent
dec3bc3c9b
commit
867838943c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -11,6 +11,10 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Check Nixpkgs input
|
||||
uses: DeterminateSystems/flake-checker-action@v3
|
||||
with:
|
||||
fail-mode: true
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
- name: Shellcheck
|
||||
|
|
Loading…
Reference in a new issue