Skip to content

add single mise run check to execute everything needed for PR to be green#949

Merged
Soph merged 1 commit intomainfrom
soph/mise-check
Apr 14, 2026
Merged

add single mise run check to execute everything needed for PR to be green#949
Soph merged 1 commit intomainfrom
soph/mise-check

Conversation

@Soph
Copy link
Copy Markdown
Collaborator

@Soph Soph commented Apr 14, 2026

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 mise task, check, that depends on fmt, lint, and test:ci so contributors can run the full pre-CI suite via mise run check.

Updates CLAUDE.md to require mise run check before committing and documents its expanded equivalent, while also altering the lint/format example command.

Reviewed by Cursor Bugbot for commit 2fa19dc. Configure here.

Copilot AI review requested due to automatic review settings April 14, 2026 10:42
@Soph Soph requested a review from a team as a code owner April 14, 2026 10:42
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 check task that depends on fmt, lint, and test:ci.
  • Update CLAUDE.md to recommend mise run check and 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.

@Soph Soph merged commit ae4b452 into main Apr 14, 2026
9 checks passed
@Soph Soph deleted the soph/mise-check branch April 14, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants