mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-02-07 23:23:08 +08:00
Adds GitHub Actions workflows for CI, maintenance, and releases with multi-platform testing matrix.
18 lines
437 B
Markdown
18 lines
437 B
Markdown
## Description
|
|
<!-- Brief description of changes -->
|
|
|
|
## Type of Change
|
|
- [ ] `fix:` Bug fix
|
|
- [ ] `feat:` New feature
|
|
- [ ] `refactor:` Code refactoring
|
|
- [ ] `docs:` Documentation
|
|
- [ ] `test:` Tests
|
|
- [ ] `chore:` Maintenance/tooling
|
|
- [ ] `ci:` CI/CD changes
|
|
|
|
## Checklist
|
|
- [ ] Tests pass locally (`node tests/run-all.js`)
|
|
- [ ] Validation scripts pass
|
|
- [ ] Follows conventional commits format
|
|
- [ ] Updated relevant documentation
|