Skip to content

Commit

Permalink
Introduce breaking change check (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
paupino authored Sep 9, 2023
1 parent 03ce442 commit f18e57c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,12 @@ jobs:
- name: Check build
run: cargo check --workspace

breaking_changes:
name: Check for breaking changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit f18e57c

Please sign in to comment.