Skip to content

ci: make the lint caller and configs byte-identical to nyuchi/.github - #3

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

ci: make the lint caller and configs byte-identical to nyuchi/.github#3
Bryan Fawcett (bryanfawcett) merged 1 commit into
mainfrom
ci/resync-lint-canon

Conversation

@bryanfawcett

Copy link
Copy Markdown
Contributor

mukoko-dev/.github already emits all five lint / * contexts, so this is normalisation rather than a rescue: three of the files behind those contexts were local variants.

  • .github/workflows/lint.yml — replaced with the canonical caller. The substantive change is a merge_group: trigger, so the five required checks also report on the gh-readonly-queue/** ref where a ruleset uses a merge queue; without it a queued PR stalls for the full check_response_timeout. Harmless where there is no queue, which is why it lives in the one identical caller. The job is still named lint and still calls nyuchi/.github/.github/workflows/reusable-lint.yml@main, so the five context strings are unchanged.
  • .yamllint.yaml — now ignores lockfiles, matching what .prettierignore already did.
  • .prettierignore — picks up CODEOWNERS.example and profile/governance/.
  • .markdownlint.jsonc — header comment only; no rule changed.

.prettierrc and .editorconfig were already byte-identical.

Verified locally with CI's exact pinned versions — actionlint 1.7.12, prettier 3.9.4, markdownlint-cli2 0.23.2, yamllint 1.38.0: RESULT rc=0. No ruleset, branch protection, or deployment was touched.

This repo already published the five required contexts, but three of the
files behind them were local variants: .prettierignore, .yamllint.yaml
and .markdownlint.jsonc carried a mukoko-dev header and had not picked up
the two most recent canonical changes.

  - lint.yml gains a `merge_group:` trigger, so the five required checks
    also report on the gh-readonly-queue/** ref where a ruleset uses a
    merge queue. Harmless where there is no queue.
  - .yamllint.yaml now ignores lockfiles, matching .prettierignore.
  - .prettierignore picks up CODEOWNERS.example and profile/governance/.
  - .markdownlint.jsonc differs only in its header comment; no rule
    changed.

Divergent copies are the problem this file set exists to end, so the
org's own .github repo should be the last place to carry one.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@bryanfawcett
Bryan Fawcett (bryanfawcett) merged commit 90e4943 into main Sep 11, 2026
5 of 7 checks passed
@bryanfawcett
Bryan Fawcett (bryanfawcett) deleted the ci/resync-lint-canon branch September 11, 2026 19:14
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