Commits
Click on a commit to change the comparison range:construction_worker: Setup CI to run linting using cargo clippy
Run `cargo clippy --all-targets --all-features` on Continuous Integration on every Pull Request and push to main. Adapted from https://doc.rust-lang.org/stable/clippy/continuous_integration/github_actions.html