Set up CI and git hooks for quality assurance #20
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/support!20
Loading…
Reference in a new issue
No description provided.
Delete branch "SUPP-9"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR implements automated code quality checks for the project, including GitHub Actions CI and local git hooks.
What's included
CI Workflow (runs on all PRs to main):
Git Hooks (optional, local):
Documentation:
CONTRIBUTING.mdwith CI overview, hook installation, and troubleshootingPhase PRs
Files Changed
.github/workflows/ci.yml- GitHub Actions workflow.scalafix.conf- Scalafix rules configuration.git-hooks/pre-commit- Pre-commit hook script.git-hooks/pre-push- Pre-push hook scriptCONTRIBUTING.md- Contributor documentationbuild.mill- Added ScalafixModule mixinTesting
Closes SUPP-9
🤖 Generated with Claude Code