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