Add CI workflow (#1)

* Add CI workflow

* Fix formatting
This commit is contained in:
David Beesley
2026-01-18 06:11:51 +13:00
committed by GitHub
parent e9f2b03684
commit 76b65add1d
4 changed files with 71 additions and 5 deletions

10
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,10 @@
# Contributing
Contributions welcome! Feel free to open issues or pull requests.
## Branch naming
- `feature/description`
- `fix/description`
CI runs fmt, clippy, and tests on pull requests.