mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
ci: Revert no build change
Seems to break the ci.
This commit is contained in:
parent
dbe8b25eed
commit
23215dc732
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,12 +8,12 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: nix flake check --no-build
|
name: nix flake check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v26
|
- uses: cachix/install-nix-action@v26
|
||||||
- run: nix flake check --no-build
|
- run: nix flake check
|
||||||
format:
|
format:
|
||||||
name: nix fmt -- --check **/*.nix
|
name: nix fmt -- --check **/*.nix
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user