Skip to content

Commit d784794

Browse files
committed
Make sure rustfmt is explicitly present
1 parent 355109c commit d784794

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/verify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
cache_key_prefix: mise-{{hashFiles('mise.toml')}}
1414
experimental: true
1515

16+
- uses: actions-rust-lang/setup-rust-toolchain@v1
17+
with:
18+
components: rustfmt
19+
1620
- name: Lint
1721
run: mise lint
1822

0 commit comments

Comments
 (0)