Skip to content

Commit

Permalink
Add semver checks action
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Apr 2, 2024
1 parent 298380a commit 49de144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
run: |
RUSTFLAGS="${{ matrix.flags }}" cargo clippy --workspace --all-targets --bins --tests --examples --features="logging-utils" -- -D warnings
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

publish:
needs:
- build
runs-on: ubuntu-latest
env:
RUST_LOG: info
RUSTFLAGS: "--cfg async_executor_impl=\"async-std\" --cfg async_channel_impl=\"async-std\""
steps:
- uses: actions/checkout@v4
- uses: katyo/publish-crates@v2
Expand Down

0 comments on commit 49de144

Please sign in to comment.