Skip to content

Commit 49de144

Browse files
committed
Add semver checks action
1 parent 298380a commit 49de144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
run: |
5454
RUSTFLAGS="${{ matrix.flags }}" cargo clippy --workspace --all-targets --bins --tests --examples --features="logging-utils" -- -D warnings
5555
56+
- name: Check semver
57+
uses: obi1kenobi/cargo-semver-checks-action@v2
58+
5659
publish:
5760
needs:
5861
- build
5962
runs-on: ubuntu-latest
60-
env:
61-
RUST_LOG: info
62-
RUSTFLAGS: "--cfg async_executor_impl=\"async-std\" --cfg async_channel_impl=\"async-std\""
6363
steps:
6464
- uses: actions/checkout@v4
6565
- uses: katyo/publish-crates@v2

0 commit comments

Comments
 (0)