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.
lint-rust
1 parent 2274caa commit 5b93f5dCopy full SHA for 5b93f5d
.github/workflows/ci.yml
@@ -298,6 +298,7 @@ jobs:
298
run: cargo clippy --all-targets --manifest-path tensorboard/data/server/Cargo.toml -- -D warnings
299
- name: 'Check cargo-raze freshness'
300
run: |
301
+ mkdir -p /tmp/cargo-raze/doesnt/exist/
302
rm -rf third_party/rust/
303
(cd tensorboard/data/server/ && cargo fetch && cargo raze)
304
git add .
0 commit comments