Compare commits
2 commits
a7204f7cf4
...
21447426e8
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 21447426e8 | ||
Antoine Martin | 4458ae5e2c |
4
.github/workflows/cachix.yaml
vendored
4
.github/workflows/cachix.yaml
vendored
|
@ -16,9 +16,11 @@ 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 develop --command alejandra --check .
|
run: nix run nixpkgs#alejandra -- --check .
|
||||||
|
|
||||||
flake-check:
|
flake-check:
|
||||||
name: Flake check
|
name: Flake check
|
||||||
|
|
Loading…
Reference in a new issue