Skip to content

Commit

Permalink
fix: action config
Browse files Browse the repository at this point in the history
  • Loading branch information
houseme committed Aug 12, 2024
1 parent 20dec61 commit 2d3f11f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache cargo registry
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -43,8 +43,5 @@ jobs:
run: RUST_BACKTRACE=1 cargo test --all-features -- --test-threads=1 --nocapture
- name: Generate docs
run: cargo doc --all-features --no-deps
- uses: actions/checkout@v4
- name: AutoCorrect
uses: huacnlee/autocorrect-action@v2
with:
args: --lint --no-diff-bg-color $(git diff --diff-filter=AM --name-only ${{ github.event.pull_request.base.sha }}}
uses: huacnlee/autocorrect-action@v2

0 comments on commit 2d3f11f

Please sign in to comment.