docs(ci): lint jobs are required and block merge
This commit is contained in:
parent
260dc7bb58
commit
9c3884e031
1 changed files with 3 additions and 3 deletions
|
|
@ -111,9 +111,9 @@ to avoid provisioning collisions.
|
||||||
## CI workflow
|
## CI workflow
|
||||||
|
|
||||||
Three jobs are defined in [`.forgejo/workflows/ci.yml`](../.forgejo/workflows/ci.yml):
|
Three jobs are defined in [`.forgejo/workflows/ci.yml`](../.forgejo/workflows/ci.yml):
|
||||||
`nix flake check` (required), `tracker-tag lint`, and `comment-block lint`. The
|
`nix flake check`, `tracker-tag lint`, and `comment-block lint`. All three are
|
||||||
lint jobs are non-blocking while the legacy backlog clears. `hive-forge ci-rerun
|
required — a lint failure blocks merge. `hive-forge ci-rerun --pr N` dispatches
|
||||||
--pr N` dispatches a `workflow_dispatch` retrigger without an empty commit.
|
a `workflow_dispatch` retrigger without an empty commit.
|
||||||
|
|
||||||
## Security: unsandboxed builds and trusted contributors
|
## Security: unsandboxed builds and trusted contributors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue