Skip to content

Commit

Permalink
ci: add rustfmt to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Enduriel committed Jul 3, 2024
1 parent fe89aae commit 5677faa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Run clippy
run: cargo clippy --target x86_64-pc-windows-msvc --all-features -- -D warnings
# todo add rustfmt once Dioxus formatter is able to handle tabs
# - name: Run rustfmt
# run: cargo fmt -- --check
- name: Run rustfmt
run: cargo fmt -- --check

0 comments on commit 5677faa

Please sign in to comment.