From 867838943c567d4286553d8d23dadd21933624b1 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 16 Jun 2023 10:31:04 -0700 Subject: [PATCH] Add flake checker action to CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 613929b..8ec3617 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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