Skip to content

Commit e657d59

Browse files
authored
ci: add cargo-semver-checks job (#176)
1 parent f3b7e6b commit e657d59

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,19 @@ jobs:
111111
run: RUSTFLAGS='-Dwarnings --cfg getrandom_backend="wasm_js"' make wasm
112112

113113
- run: make is-dirty
114+
115+
semver-checks:
116+
runs-on: ubuntu-latest
117+
118+
steps:
119+
- name: Checkout repository
120+
uses: actions/checkout@v4
121+
122+
- name: rust version
123+
run: |
124+
rustc --version
125+
cargo --version
126+
127+
- uses: taiki-e/install-action@cargo-semver-checks
128+
129+
- run: cargo semver-checks

0 commit comments

Comments
 (0)