Skip to content

Commit

Permalink
ci: update semver checks action
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodie authored and marcantoinem committed Aug 25, 2024
1 parent 2ef4ba1 commit e759a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- beta
- beta
- stable minus 8 releases
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
uses: obi1kenobi/cargo-semver-checks-action@v2.6

fmtclippy:
runs-on: ubuntu-latest
Expand All @@ -67,4 +67,4 @@ jobs:
run: cargo clippy --workspace --all-targets --all-features -- -D warnings

- name: cargo-fmt
run: cargo fmt --all --check
run: cargo fmt --all --check

0 comments on commit e759a8f

Please sign in to comment.