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:
Austin Horstman
2026-04-22 01:19:39 +00:00
co-authored by Wolfgang Walther piegames
parent 4efe04e747
commit b95b90f8c9
4 changed files with 69 additions and 1 deletions
+2 -1
View File
@@ -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