Skip to content

Commit 1c09c36

Browse files
authored
ci: show diff for toml_format (#10501)
1 parent 67046f5 commit 1c09c36

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Code Quality
22

3-
# spell-checker:ignore (people) reactivecircus Swatinem dtolnay juliangruber pell taplo
3+
# spell-checker:ignore (people) dtolnay juliangruber pell reactivecircus Swatinem taiki-e taplo
44
# spell-checker:ignore (misc) TERMUX noaudio pkill swiftshader esac sccache pcoreutils shopt subshell dequote libsystemd
55

66
on:
@@ -205,8 +205,13 @@ jobs:
205205
with:
206206
persist-credentials: false
207207

208+
- name: Install taplo-cli
209+
uses: taiki-e/install-action@v2
210+
with:
211+
tool: taplo-cli
212+
208213
- name: Check
209-
run: npx --yes @taplo/cli fmt --check
214+
run: taplo fmt --check --diff
210215

211216
python:
212217
name: Style/Python

0 commit comments

Comments
 (0)