mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-22 07:29:17 +00:00
Garnix builds every flake check and package directly, so the GitHub
Actions wrappers around them are redundant:
- nix-checks checks.{build,gotest,golangci-lint,formatting}
- nix-module-test checks.headscale (NixOS module test)
- test-integration the integration-* NixOS-VM check matrix
- build packages.headscale (nix build)
Kept are the pipelines garnix cannot reproduce: servertest (excluded
from the flake), integration-legacy (needs real DERP, so it cannot run
hermetically), and the check-generated / check-tests generators that
keep the nix integration matrix and protobuf output in sync.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WxukxKem3HU4i5CqNrvvdj
|
||
|---|---|---|
| .. | ||
| check-generated.yml | ||
| check-tests.yaml | ||
| container-main.yml | ||
| docs-deploy.yml | ||
| docs-test.yml | ||
| gc.yml | ||
| gh-action-integration-generator.go | ||
| gh-actions-updater.yaml | ||
| needs-more-info-comment.yml | ||
| needs-more-info-timer.yml | ||
| release.yml | ||
| servertest.yml | ||
| stale.yml | ||
| support-request.yml | ||
| test-integration-legacy.yaml | ||