Skip to content

Commit

Permalink
add explicit rstfmt as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ggonzalez94 committed Jul 30, 2024
1 parent 3e2d4a8 commit 5a5e059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: install rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: clippy
components: clippy, rustfmt

- name: Install toml-sort
run: cargo install --git https://github.com/4meta5/toml_sort
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: install rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: clippy
components: clippy, rustfmt

- name: Install toml-sort
run: cargo install --git https://github.com/4meta5/toml_sort
Expand Down

0 comments on commit 5a5e059

Please sign in to comment.