Skip to content

Commit

Permalink
CI: Run cargo-semver-checks for every PR and commits to main (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu committed May 4, 2024
1 parent c1e3268 commit 3637304
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -237,3 +237,11 @@ jobs:
shell: bash
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check

semver-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit 3637304

Please sign in to comment.