This commit is contained in:
parent
6738b5a4e5
commit
cf6e47eb54
1 changed files with 3 additions and 3 deletions
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 --extra-experimental-features nix-command
|
run: nix flake check --no-build --all-systems --extra-experimental-features nix-command,flakes
|
||||||
|
|
||||||
- name: "Do linting"
|
- name: "Do linting"
|
||||||
run: nix run nixpkgs#statix -- check . --extra-experimental-features nix-command
|
run: nix run nixpkgs#statix -- check . --extra-experimental-features nix-command,flakes
|
||||||
|
|
||||||
- name: "Check formatting"
|
- name: "Check formatting"
|
||||||
run: nix fmt -- --fail-on-change --extra-experimental-features nix-command
|
run: nix fmt -- --fail-on-change --extra-experimental-features nix-command,flakes
|
||||||
|
|
Loading…
Add table
Reference in a new issue