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 67046f5 commit 1c09c36Copy full SHA for 1c09c36
1 file changed
.github/workflows/code-quality.yml
@@ -1,6 +1,6 @@
1
name: Code Quality
2
3
-# spell-checker:ignore (people) reactivecircus Swatinem dtolnay juliangruber pell taplo
+# spell-checker:ignore (people) dtolnay juliangruber pell reactivecircus Swatinem taiki-e taplo
4
# spell-checker:ignore (misc) TERMUX noaudio pkill swiftshader esac sccache pcoreutils shopt subshell dequote libsystemd
5
6
on:
@@ -205,8 +205,13 @@ jobs:
205
with:
206
persist-credentials: false
207
208
+ - name: Install taplo-cli
209
+ uses: taiki-e/install-action@v2
210
+ with:
211
+ tool: taplo-cli
212
+
213
- name: Check
- run: npx --yes @taplo/cli fmt --check
214
+ run: taplo fmt --check --diff
215
216
python:
217
name: Style/Python
0 commit comments