Add flake checker action to CI

This commit is contained in:
Luc Perkins 2023-06-16 10:31:04 -07:00
parent dec3bc3c9b
commit 867838943c
No known key found for this signature in database
GPG Key ID: 4F102D0C16E232F2
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Check Nixpkgs input
uses: DeterminateSystems/flake-checker-action@v3
with:
fail-mode: true
- name: Install Nix - name: Install Nix
uses: DeterminateSystems/nix-installer-action@main uses: DeterminateSystems/nix-installer-action@main
- name: Shellcheck - name: Shellcheck