Skip to content

Commit

Permalink
Merge branch 'main' into cargo-upd
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook authored Jun 17, 2024
2 parents a1b4efc + ea5cbb3 commit eea3758
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,13 +485,7 @@ jobs:
if: steps.check.outcome == 'failure'
run: cargo fmt --all

# - name: Suggestions
# continue-on-error: true
# uses: parkerbxyz/[email protected]
# with: comment: Rustfmt suggested the formatting changes.

- name: Suggestions
if: steps.check.outcome == 'failure'
uses: reviewdog/action-suggester@v1
with:
filter_mode: diff_context
Expand Down Expand Up @@ -565,6 +559,10 @@ jobs:
-- -Aclippy::cargo
|| (echo "::error::Rust format error." && exit 1)
# needed after clippy fix
- name: fmt
run: cargo fmt --all

- name: remove config
run: rm -rf .cargo

Expand Down

0 comments on commit eea3758

Please sign in to comment.