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.
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 ofcodecheck.py
should be now implemented in thecheck.yml
workflow.