ci: simplify CI pipeline to just 'check'
check / lint (push) Successful in 33s

This commit is contained in:
2026-08-01 15:40:34 +02:00
parent c15dbe922c
commit e8ca4f216b
+3 -4
View File
@@ -1,13 +1,12 @@
name: build
name: check
on:
pull_request:
push:
branches: [main]
jobs:
hecuba:
lint:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix eval .#nixosConfigurations.hecuba.config.system.build.toplevel.drvPath
- run: nix build .#nixosConfigurations.hecuba.config.system.build.toplevel --print-build-logs
- run: nix build .#checks.x86_64-linux.pre-commit-check --print-build-logs