mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Updated Workflow to use Lix
This commit is contained in:
parent
2c56509835
commit
6738b5a4e5
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -13,10 +13,10 @@ jobs:
|
||||||
cd aux-config
|
cd aux-config
|
||||||
|
|
||||||
- name: "Check evaluation"
|
- name: "Check evaluation"
|
||||||
run: nix flake check --no-build --all-systems
|
run: nix flake check --no-build --all-systems --extra-experimental-features nix-command
|
||||||
|
|
||||||
- name: "Do linting"
|
- name: "Do linting"
|
||||||
run: nix run nixpkgs#statix -- check .
|
run: nix run nixpkgs#statix -- check . --extra-experimental-features nix-command
|
||||||
|
|
||||||
- name: "Check formatting"
|
- name: "Check formatting"
|
||||||
run: nix fmt -- --fail-on-change
|
run: nix fmt -- --fail-on-change --extra-experimental-features nix-command
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue