Skip to content

Commit dae80a8

Browse files
remove unnecessary action for rustfmt (#403)
Co-authored-by: Facundo Farall <[email protected]>
1 parent a1f698f commit dae80a8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions-rust-lang/[email protected]
22-
with:
23-
components: rustfmt
2421
- name: Rustfmt Check
25-
uses: actions-rust-lang/rustfmt@v1
22+
uses: cargo fmt --all -- --check
2623

2724
check-rust-lint:
2825
name: "Check lint with clippy"

0 commit comments

Comments
 (0)