ci: exclude npins directory in formatting check

This commit is contained in:
NotAShelf 2025-04-14 07:07:39 +03:00
parent 78efcd173c
commit 920f3c9670
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF

View file

@ -37,7 +37,7 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main uses: DeterminateSystems/nix-installer-action@main
- name: Check formatting via Alejandra - name: Check formatting via Alejandra
run: nix run nixpkgs#alejandra -- -c . run: nix run nixpkgs#alejandra -- --check . --exclude npins
check-typos: check-typos:
name: "Check source tree for typos" name: "Check source tree for typos"