Skip to content

Commit

Permalink
chore(ci): check semver violations via CI
Browse files Browse the repository at this point in the history
closes #334
  • Loading branch information
orhun committed Mar 2, 2024
1 parent b4e7a34 commit a25a114
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ jobs:
- name: Check typos
uses: crate-ci/typos@master

semver:
name: Semver
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
package: git-cliff-core

test:
name: Test suite
runs-on: ubuntu-22.04
Expand Down

0 comments on commit a25a114

Please sign in to comment.