Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ jobs:
- name: Install taplo
uses: taiki-e/install-action@v2
with:
tool: taplo-cli@0.8
tool: taplo-cli
- name: Run TOML formatting checks
run: |
taplo fmt
Expand Down
1 change: 1 addition & 0 deletions .taplo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ keys = [

[rule.formatting]
column_width = 160
reorder_keys = true
2 changes: 1 addition & 1 deletion ci/actions-templates/centos-fmt-clippy-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs: # skip-all
- name: Install taplo
uses: taiki-e/install-action@v2
with:
tool: taplo-cli@0.8
tool: taplo-cli
- name: Run TOML formatting checks
run: |
taplo fmt
Expand Down