Skip to content

Commit

Permalink
Check for semver violations
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 26, 2023
1 parent 49b02f5 commit 536a6a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1

semver-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit 536a6a3

Please sign in to comment.