Skip to content

ci(lint): adopt the canonical org lint gate - #4

Merged
Bryan Fawcett (bryanfawcett) merged 1 commit into
mainfrom
ci/adopt-org-lint
Sep 11, 2026
Merged

ci(lint): adopt the canonical org lint gate#4
Bryan Fawcett (bryanfawcett) merged 1 commit into
mainfrom
ci/adopt-org-lint

Conversation

@bryanfawcett

Copy link
Copy Markdown
Contributor

Adds the identical lint caller every repo in the seven orgs now uses, plus the canonical config files from nyuchi/.github.

No policy copy here

This repo keeps its own reusables (gitleaks, rust-ci, pr-title-lint), but the lint policy stays in exactly one place. nyuchi/.github is public, and a public reusable workflow is callable from any org — proven in production by private bundu-labs/marketing. Five divergent copies is the failure this undoes.

Real bug the gate caught

ORG_STANDARDS.md had a line wrapped so that # 265 began a line — which every markdown renderer reads as an H1, breaking the document outline. Now an inline code span on the previous line.

Verification

Ran CI's exact pinned toolchain locally (actionlint 1.7.12, prettier 3.9.4, markdownlint-cli2 0.23.2, yamllint 1.38.0): clean.

Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com

Adds the identical caller every repo in the seven orgs now uses, and the
canonical .prettierrc, .prettierignore, .markdownlint.jsonc,
.yamllint.yaml and .editorconfig from nyuchi/.github.

No copy of the lint policy is added here. This org's .github repo keeps
its own reusables (gitleaks, rust-ci, pr-title-lint) but the LINT policy
stays in exactly one place: nyuchi/.github is public, and a public
reusable workflow is callable from any org, so all seven orgs call the
one file. Five divergent copies is the failure this is undoing.

Fixes one real markdown bug found by the gate: in ORG_STANDARDS.md a line
wrapped so that "# 265" began a line, which every markdown renderer reads
as an H1. It is now an inline code span on the previous line.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@bryanfawcett
Bryan Fawcett (bryanfawcett) merged commit 28130b7 into main Sep 11, 2026
10 checks passed
@bryanfawcett
Bryan Fawcett (bryanfawcett) deleted the ci/adopt-org-lint branch September 11, 2026 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant