- [x] Drop the checklist from the PR template and check if the commits are signed off: https://github.com/science-computing/butido/pull/110 - [x] Fix caching: #131 - [ ] Make the cargo-deny warnings more visible / fatal - [ ] Avoid warnings (etc.) - [x] ~~Stop ignoring `cargo clippy` warnings~~ Lint with the beta toolchain as well (but only make the results with the MSRV binding): https://github.com/science-computing/butido/pull/111 - [ ] Analyze the security - [ ] CLI/integration testing: https://github.com/science-computing/butido/pull/43 - [ ] Nix build (sandboxed and reproducible) - [ ] CD? (upload binary / build artifact) - [x] Enforce consistent formatting (`rustfmt`) via CI: https://github.com/science-computing/butido/pull/263 - [ ] Other improvements (TODO)
Stop ignoringLint with the beta toolchain as well (but only make the results with the MSRV binding): actions: Run optional clippy (linting) checks with the beta toolchain #111cargo clippywarningsrustfmt) via CI: Format the codebase via rustfmt #263