Use prek action with autofix.ci - #3123
Merged
Merged
Conversation
adamtheturtle
temporarily deployed
to
development
August 5, 2026 16:12 — with
GitHub Actions
Inactive
adamtheturtle
temporarily deployed
to
development
August 5, 2026 17:34 — with
GitHub Actions
Inactive
adamtheturtle
marked this pull request as ready for review
August 5, 2026 17:58
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.
Summary
j178/prek-action@v3.0.0and prek 0.4.11autofix-ci/action@v1.3.4pre-commitecosystemBoth actions use exact release tags rather than commit SHAs, following the agreed rollout policy.
Validation
actionlintpasses for both changed workflowszizmorreports no findings for both changed workflowsPart of adamtheturtle/Coding-Project-TODOs#8.
Before merge
Note
Medium Risk
Changes how all lint/fix automation runs in CI and introduces autofix commits on main/PRs; misconfiguration could block merges or push unwanted commits until the autofix.ci app is installed and verified.
Overview
Replaces pre-commit.ci Lite with prek in GitHub Actions and adds autofix.ci to push hook-driven fixes back to PRs.
The Lint workflow now runs hooks through
j178/prek-action@v3.0.0(prek 0.4.11) instead of a bashuv run prekstep, and drops thepre-commit-ci/lite-actionstep. A new autofix.ci workflow onmainPRs/pushes runs the same prek action at the pre-commit stage with--no-fail-fast, then uploads changes viaautofix-ci/action@v1.3.4.Dependabot gains a pre-commit ecosystem entry for daily hook revision updates. The
ci: skip:block is removed from.pre-commit-config.yamlbecause pre-commit.ci is no longer the remote CI path.Reviewed by Cursor Bugbot for commit 0444aa6. Bugbot is set up for automated code reviews on this repo. Configure here.