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.
rustup show
1 parent 4252161 commit c9829e6Copy full SHA for c9829e6
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
- uses: denoland/setup-deno@v2
25
with:
26
deno-version: v2.x
27
+ - run: rustup show
28
- run: deno run --allow-write --allow-read --allow-run --allow-net ./scripts/format.js --check
29
30
cargo-clippy:
0 commit comments