also add nix fmt
This commit is contained in:
parent
ba33e80229
commit
47355479ce
1 changed files with 2 additions and 1 deletions
3
.github/workflows/flake-check.yml
vendored
3
.github/workflows/flake-check.yml
vendored
|
@ -7,7 +7,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v27
|
- uses: cachix/install-nix-action@v30
|
||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
|
- run: nix fmt
|
||||||
|
|
Loading…
Add table
Reference in a new issue