From 2d0abaa9b381f61bbb81d35cf0ffc52c582a9ebb Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 8 Aug 2024 22:42:59 -0400 Subject: [PATCH] ci: Add check with nixf-tidy This should work. --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f43a449..e53cd496 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,3 +39,10 @@ jobs: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v27 - run: nix run nixpkgs#statix check + nixd: + name: nixf-tidy --variable-lookup + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: cachix/install-nix-action@v27 + - run: nix run .#nixf-tidy