Skip to content

Commit

Permalink
Merge pull request #389 from boozook/ci/fmt-clippy
Browse files Browse the repository at this point in the history
CI: fmt after clippy fix
  • Loading branch information
boozook committed Jun 17, 2024
2 parents bd59cdf + bbfe112 commit ea5cbb3
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/suggest-changes@v1.0.2
# 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 ea5cbb3

Please sign in to comment.