This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
name: build
|
name: check
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hecuba:
|
lint:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: nix eval .#nixosConfigurations.hecuba.config.system.build.toplevel.drvPath
|
- run: nix build .#checks.x86_64-linux.pre-commit-check --print-build-logs
|
||||||
- run: nix build .#nixosConfigurations.hecuba.config.system.build.toplevel --print-build-logs
|
|
||||||
|
|||||||
Reference in New Issue
Block a user