Skip to content

Commit

Permalink
fix: should add rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Jan 3, 2024
1 parent 7f58d85 commit e51e5fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
command: clippy
args: --workspace --all-targets -- -D warnings

- name: Add rustfmt
shell: bash
run: rustup component add rustfmt

- name: Run rustfmt
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit e51e5fc

Please sign in to comment.