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.
1 parent 037b094 commit 30d224dCopy full SHA for 30d224d
.github/workflows/fmt.yaml
@@ -15,5 +15,8 @@ jobs:
15
with:
16
toolchain: nightly
17
components: rustfmt
18
+ - uses: taiki-e/install-action@v2
19
+ with:
20
+ tool: taplo
21
- name: rustfmt
22
run: make check-format
0 commit comments