charlotte-os / charlotte-core

The Kernel of CharlotteOS
GNU General Public License v3.0
115 stars 9 forks source link

GitHub workflows cache & Clippy #102

Closed Wrench56 closed 5 months ago

Wrench56 commented 5 months ago

The CI/CD got updated so that it runs Clippy, caches Rust cargos and the Rust toolchain as well. We are using matrix strategy and therefore codecheck.py got deprecated. Every feature of codecheck.py should be now implemented in the check.yml workflow.