Skip to content

Commit

Permalink
SemVer check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Aug 29, 2024
1 parent 62aa0de commit c9be725
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: cargo check --all-features -p security-framework --target aarch64-apple-darwin

lints:
name: Lints
name: Lints and Breaking Changes
runs-on: macos-latest
steps:
- name: Checkout sources
Expand All @@ -80,5 +80,8 @@ jobs:
- name: DO NOT USE RUSTFMT
run: "if cargo fmt --quiet --check -- --config-path=/dev/null; then echo >&2 'Do not reformat the code with rustfmt. This project does not use rustfmt.'; fi"

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

- name: Run cargo clippy
run: cargo clippy --all-features

0 comments on commit c9be725

Please sign in to comment.