Compare commits
2 commits
21447426e8
...
a7204f7cf4
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | a7204f7cf4 | ||
Antoine Martin | cd6295ff6b |
4
.github/workflows/cachix.yaml
vendored
4
.github/workflows/cachix.yaml
vendored
|
@ -16,11 +16,9 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v27
|
- uses: cachix/install-nix-action@v27
|
||||||
with:
|
|
||||||
nix_path: nixpkgs=channel:nixos-24.05
|
|
||||||
|
|
||||||
- name: Run alejandra
|
- name: Run alejandra
|
||||||
run: nix run nixpkgs#alejandra -- --check .
|
run: nix develop --command alejandra --check .
|
||||||
|
|
||||||
flake-check:
|
flake-check:
|
||||||
name: Flake check
|
name: Flake check
|
||||||
|
|
Loading…
Reference in a new issue