Skip to content

Commit 316b807

Browse files
authored
Revert "ci: show diff for toml_format" (#2578)
This reverts commit 6585fdb.
1 parent 7e02a2f commit 316b807

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,8 @@ jobs:
5353
- name: Clone repository
5454
uses: actions/checkout@v5
5555

56-
- name: Install taplo-cli
57-
uses: taiki-e/install-action@v2
58-
with:
59-
tool: taplo-cli
60-
6156
- name: Check
62-
run: taplo fmt --check --diff
57+
run: npx --yes @taplo/cli fmt --check
6358

6459

6560

0 commit comments

Comments
 (0)