Skip to content

Add pre-commit GitHub Action#5

Open
adamtheturtle wants to merge 1 commit intomasterfrom
add-pre-commit-action
Open

Add pre-commit GitHub Action#5
adamtheturtle wants to merge 1 commit intomasterfrom
add-pre-commit-action

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Feb 5, 2026

Summary\n- add a pre-commit GitHub Action workflow to run hooks on PRs and on a schedule\n\n## Testing\n- not run (action only)


Note

Low Risk
CI-only change that adds a linting workflow; minimal impact beyond potentially failing builds if hooks surface new issues.

Overview
Adds a new GitHub Actions Lint workflow that runs pre-commit hooks via pre-commit/action@v3.0.1.

The workflow triggers on pull_request and push to main, plus a daily cron run, and uses checkout with persist-credentials: false and empty permissions for least-privilege.

Written by Cursor Bugbot for commit 369d196. This will update automatically on new commits. Configure here.

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