ci: show diff for toml_format (#10501)

This commit is contained in:
xtqqczze
2026-01-26 17:14:35 -08:00
committed by GitHub
parent 67046f5df7
commit 1c09c368db
+7 -2
View File
@@ -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