mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
ci: add nix and lix parse checks
Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Co-authored-by: piegames <git@piegames.de>
This commit is contained in:
co-authored by
Wolfgang Walther
piegames
parent
4efe04e747
commit
b95b90f8c9
@@ -7,7 +7,6 @@ on:
|
||||
- "**.svg"
|
||||
- ".gitignore"
|
||||
- "LICENSE"
|
||||
- "flake.lock"
|
||||
|
||||
defaults:
|
||||
run:
|
||||
@@ -21,5 +20,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v31
|
||||
- name: Run nix and Lix parse checks
|
||||
run: nix build --show-trace --keep-going .#checks.x86_64-linux.parseNix .#checks.x86_64-linux.parseLix --accept-flake-config
|
||||
- name: Run treefmt check
|
||||
run: nix build .#checks.x86_64-linux.treefmt --accept-flake-config
|
||||
|
||||
Reference in New Issue
Block a user