Run CI on the self-hosted GitLab

Ports .github/workflows/ci.yml after the GitHub account was suspended and
Actions stopped being reachable. Same checks, same order, with the image
pinned by digest in place of the workflow's SHA-pinned actions.

cleanup.yml is not ported: it pruned GHCR through an action, and GitLab
keeps that as a container registry cleanup policy on the project rather
than as a pipeline. publish.yml and release.yml are larger and follow
separately.

The Actions workflows stay in the tree as the reference.

.gitignore blanket-ignores dotfiles, so .gitlab-ci.yml is negated there the
same way .github already is.
This commit is contained in:
2026-09-20 20:17:24 -07:00
parent bc2ae32207
commit 0fb98a6f4c
2 changed files with 51 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ run.sh
!.gitignore
!.gitattributes
!.github
!.gitlab-ci.yml
CLAUDE.md
# The cutover rehearsal writes its fixture and state here.