ci: adopt the canonical org lint gate - #7
Merged
Merged
Conversation
This repo published none of the five `lint / *` contexts the nyuchi org ruleset requires on the default branch, so nothing could merge. .github/workflows/lint.yml is now the canonical thin caller for nyuchi/.github/.github/workflows/reusable-lint.yml. The job is named `lint` and calls a reusable, so the checks publish as `lint / <called job>` — exactly the five required strings. Config files added, byte-identical to nyuchi/.github: .prettierrc, .prettierignore, .markdownlint.jsonc, .yamllint.yaml, .editorconfig. actionlint, JSON validity and yamllint were already clean. markdownlint found two MD031 blanks-around-fences issues in packages/ui/BUILDING.md, auto-fixed, and prettier reformatted two more markdown files. No hand fixes were needed. This repo carries a pnpm-lock.yaml, which the canonical .yamllint.yaml now ignores alongside package-lock.json and yarn.lock — lockfiles are generated, and pnpm copies registry deprecation notices into them verbatim at lengths no one can rewrap. 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): all five clean. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Bryan Fawcett (bryanfawcett)
enabled auto-merge (rebase)
September 11, 2026 19:02
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This repo published none of the five
lint / *contexts the nyuchi orgruleset requires on the default branch, so nothing could merge.
.github/workflows/lint.yml is now the canonical thin caller for
nyuchi/.github/.github/workflows/reusable-lint.yml. The job is named
lintand calls a reusable, so the checks publish aslint / <called job>— exactly the five required strings.Config files added, byte-identical to nyuchi/.github: .prettierrc,
.prettierignore, .markdownlint.jsonc, .yamllint.yaml, .editorconfig.
actionlint, JSON validity and yamllint were already clean. markdownlint
found two MD031 blanks-around-fences issues in packages/ui/BUILDING.md,
auto-fixed, and prettier reformatted two more markdown files. No hand
fixes were needed.
This repo carries a pnpm-lock.yaml, which the canonical .yamllint.yaml
now ignores alongside package-lock.json and yarn.lock — lockfiles are
generated, and pnpm copies registry deprecation notices into them
verbatim at lengths no one can rewrap.
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): all five
clean.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com