criterion-compare-action
criterion-compare-action copied to clipboard
Check for existing critcmp before `cargo install`
Fixes #104
Running npx prettier --check . locally runs successfully, since I have prettier v2.8.8 installed, as mentioned in package.json. However, it seems like the CI action does not use the pinned version but installs the latest one, v3.0.2, which finds style issues unrelated to my change.