We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7c2c0 commit 7330f51Copy full SHA for 7330f51
justfile
@@ -10,7 +10,7 @@ fmt-check:
10
cargo +{{toolchain}} fmt --check
11
12
clippy:
13
- cargo clippy --all-features --no-deps -- -D warnings
+ cargo +{{toolchain}} clippy --all-features --no-deps -- -D warnings
14
15
docker-build-pbs:
16
docker build -t commitboost_pbs_default . -f ./provisioning/pbs.Dockerfile
0 commit comments