Skip to content

ci: add pre-commit GitHub Actions workflow#12

Merged
h0pers merged 2 commits into
masterfrom
ci/pre-commit-workflow
Jun 29, 2026
Merged

ci: add pre-commit GitHub Actions workflow#12
h0pers merged 2 commits into
masterfrom
ci/pre-commit-workflow

Conversation

@h0pers

@h0pers h0pers commented Jun 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a GitHub Actions workflow that runs pre-commit hooks (ruff-check, ruff-format) on pushes to master and on all pull requests
  • Uses the official pre-commit/action with the existing .pre-commit-config.yaml

Test plan

  • Verify the workflow triggers on PR creation
  • Verify ruff-check and ruff-format hooks run successfully

Run pre-commit hooks (ruff-check, ruff-format) on pushes to master
and on all pull requests using the official pre-commit/action.
@h0pers
h0pers merged commit 8e1fd7c into master Jun 29, 2026
2 checks passed
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