From 1c09c368db1e50d77c199a6583210e1038ba8557 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Tue, 27 Jan 2026 01:14:35 +0000 Subject: [PATCH] ci: show diff for toml_format (#10501) --- .github/workflows/code-quality.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 7927676ae..c902af152 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -1,6 +1,6 @@ name: Code Quality -# spell-checker:ignore (people) reactivecircus Swatinem dtolnay juliangruber pell taplo +# spell-checker:ignore (people) dtolnay juliangruber pell reactivecircus Swatinem taiki-e taplo # spell-checker:ignore (misc) TERMUX noaudio pkill swiftshader esac sccache pcoreutils shopt subshell dequote libsystemd on: @@ -205,8 +205,13 @@ jobs: with: persist-credentials: false + - name: Install taplo-cli + uses: taiki-e/install-action@v2 + with: + tool: taplo-cli + - name: Check - run: npx --yes @taplo/cli fmt --check + run: taplo fmt --check --diff python: name: Style/Python