add single mise run check to execute everything needed for PR to be green#949
Merged
add single mise run check to execute everything needed for PR to be green#949
Conversation
…reen Entire-Checkpoint: 5b756ed24e1d
nodo
approved these changes
Apr 14, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a single mise task to run the full set of local checks expected by CI, and documents it as the recommended “before every commit” workflow.
Changes:
- Introduce
mise run checktask that depends onfmt,lint, andtest:ci. - Update
CLAUDE.mdto recommendmise run checkand explain its expanded equivalent.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
mise.toml |
Adds a check task aggregating formatting, linting, and CI-equivalent tests via dependencies. |
CLAUDE.md |
Documents mise run check as the required pre-commit command and shows the equivalent expanded commands. |
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.
Entire-Checkpoint: 5b756ed24e1d
Note
Low Risk
Low risk: build tooling/documentation only, with no production code changes. Main risk is minor developer friction if the new docs/command example is incorrect.
Overview
Introduces a new
misetask,check, that depends onfmt,lint, andtest:ciso contributors can run the full pre-CI suite viamise run check.Updates
CLAUDE.mdto requiremise run checkbefore committing and documents its expanded equivalent, while also altering the lint/format example command.Reviewed by Cursor Bugbot for commit 2fa19dc. Configure here.