Compare commits
2 commits
a7204f7cf4
...
21447426e8
| Author | SHA1 | Date | |
|---|---|---|---|
| 21447426e8 | |||
| 4458ae5e2c |
1 changed files with 3 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue