ci: use flake devshell to check formatting
This should fix the alejandra version mismatch failures
This commit is contained in:
parent
18dcb10313
commit
cd6295ff6b
4
.github/workflows/cachix.yaml
vendored
4
.github/workflows/cachix.yaml
vendored
|
@ -15,10 +15,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: cachix/install-nix-action@v25
|
||||
- uses: cachix/install-nix-action@v27
|
||||
|
||||
- name: Run alejandra
|
||||
run: nix run nixpkgs#alejandra -- --check .
|
||||
run: nix develop --command alejandra --check .
|
||||
|
||||
flake-check:
|
||||
name: Flake check
|
||||
|
|
Loading…
Reference in a new issue