Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: move static code checks to ubuntu-only action
this has two reasons: - the format & audit checks are the same on all platforms, thus running it multiple times adds no benefits - `cargo-audit` seems to be no longer provided on the Mac OS VMs and would now have to be manually added (but is still present on Ubuntu & Windows).
- Loading branch information