mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 05:50:11 +01:00
ci: exclude npins directory in formatting check
This commit is contained in:
parent
78efcd173c
commit
920f3c9670
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue