6 Commits

Author SHA1 Message Date
vincent-herlemont 31efa79429 ci: add comprehensive formatting and linting setup
- Add formatting commands to justfile (format, fmt_check, clippy_check, fc)
- Create GitHub Actions workflows for automated fmt and clippy checks
- Fix existing clippy warnings in macro code
- Ensure CI enforcement of code quality standards

This brings native_model in line with native_db's robust formatting and linting approach.
2025-07-06 17:51:49 +02:00
ferris 2a34adc35f fix: bincode 2 ci errors & remaining _rc text 2025-05-18 21:43:50 +09:00
Luca Barbato d932be10ac fix: Unbreak the doctests 2024-11-12 23:47:47 +01:00
Vincent Herlemont f7430422c9 ci: cargo test 2023-12-17 10:44:54 +01:00
Vincent Herlemont 954cfa322e perf: refactor bench 2023-12-17 10:44:54 +01:00
Vincent Herlemont 1b3ae4f5f1 test: refactor test 2023-12-17 10:44:54 +01:00