Skip to content

Commit 27725a5

Browse files
committed
CI/fmt: add missing taplo installation
1 parent 88a6232 commit 27725a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/fmt.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ jobs:
1515
with:
1616
toolchain: nightly
1717
components: rustfmt
18+
- uses: taiki-e/install-action@v2
19+
with:
20+
tool: taplo
1821
- name: rustfmt
1922
run: make check-format

0 commit comments

Comments
 (0)