Skip to content

Commit

Permalink
CI: Run cargo-semver-checks for every PR and commits to main
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu committed May 4, 2024
1 parent 2c85112 commit 9a43e42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
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 9a43e42

Please sign in to comment.