Skip to content

Commit c9829e6

Browse files
committed
stamp: run rustup show before format
1 parent 4252161 commit c9829e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: denoland/setup-deno@v2
2525
with:
2626
deno-version: v2.x
27+
- run: rustup show
2728
- run: deno run --allow-write --allow-read --allow-run --allow-net ./scripts/format.js --check
2829

2930
cargo-clippy:

0 commit comments

Comments
 (0)