Skip to content

Commit

Permalink
style(taplo): enable reorder_keys for *dependencies in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jul 31, 2024
1 parent 1347809 commit 796be02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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

0 comments on commit 796be02

Please sign in to comment.