mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 12:45:24 +02:00
Added nix check and pre commit hook for formatting (#220)
* Added nix check and pre commit hook for formatting * Removed nix fmt check from CI
This commit is contained in:
parent
c5f31f5677
commit
2c333c86d0
5 changed files with 123 additions and 5 deletions
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
@ -12,4 +12,3 @@ jobs:
|
|||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: nix flake check
|
||||
- run: nix fmt -- -c .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue