From 920f3c9670b1b9a62e7911cd17720d394648858c Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 14 Apr 2025 07:07:39 +0300 Subject: [PATCH] ci: exclude npins directory in formatting check --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a349cb07..a3f4fce3 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -37,7 +37,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@main - name: Check formatting via Alejandra - run: nix run nixpkgs#alejandra -- -c . + run: nix run nixpkgs#alejandra -- --check . --exclude npins check-typos: name: "Check source tree for typos"