mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-22 05:38:36 +01: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:
|
||||
test:
|
||||
name: nix flake check --no-build
|
||||
name: nix flake check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v26
|
||||
- run: nix flake check --no-build
|
||||
- run: nix flake check
|
||||
format:
|
||||
name: nix fmt -- --check **/*.nix
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user