Skip to content

Commit

Permalink
Test cargo-semverchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel committed Jan 9, 2025
1 parent 22d69ba commit fb7a837
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ jobs:
target: x86_64-unknown-netbsd
toolchain: "1.59.0"

# --------------------------------------------------------------------------
# Semantic Versioning
#
# Check at least once per platform as we heavily depend on platform-specific
# code.

semver-aarch64-apple-darwin:
steps:
- uses: obi1kenobi/cargo-semver-checks-action@v2
target: aarch64-apple-darwin

# --------------------------------------------------------------------------
# cargo-deny

Expand Down

0 comments on commit fb7a837

Please sign in to comment.