Skip to content

Commit f06a282

Browse files
AudaciousAxiomdjc
authored andcommitted
ci(check): make installation of taplo-cli faster
`taplo` is the correct name of the tool for installing with `taiki-e/install-action`.
1 parent a245d12 commit f06a282

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,8 @@ jobs:
14641464
- name: Install taplo
14651465
uses: taiki-e/install-action@v2
14661466
with:
1467-
tool: taplo-cli
1467+
tool: taplo
1468+
fallback: none
14681469
- name: Run TOML formatting checks
14691470
run: |
14701471
taplo fmt

ci/actions-templates/centos-fmt-clippy-template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs: # skip-all
6868
- name: Install taplo
6969
uses: taiki-e/install-action@v2
7070
with:
71-
tool: taplo-cli
71+
tool: taplo
72+
fallback: none
7273
- name: Run TOML formatting checks
7374
run: |
7475
taplo fmt

0 commit comments

Comments
 (0)