From 370273c6359457de220df00d74dc4140e47a24cd Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:31:53 +0000 Subject: [PATCH] ci: show diff for toml_format --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55170fe3d..69448b5cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,8 +53,13 @@ jobs: - name: Clone repository uses: actions/checkout@v5 + - 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