fix(ci): Remove formatting check nix check
does that already
This commit is contained in:
parent
9e822c9782
commit
5f07592285
1 changed files with 0 additions and 2 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -15,8 +15,6 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: DeterminateSystems/nix-installer-action@v9
|
- uses: DeterminateSystems/nix-installer-action@v9
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||||
- name: Check formatting
|
|
||||||
run: nix run .#formatter.x86_64-linux -- --check .
|
|
||||||
- name: Run `nix flake check`
|
- name: Run `nix flake check`
|
||||||
run: nix flake check
|
run: nix flake check
|
||||||
lockfile:
|
lockfile:
|
||||||
|
|
Loading…
Reference in a new issue