Skip to content

Commit 35ebeab

Browse files
committed
build: Check if crates bcan be published
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent c2a623f commit 35ebeab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ jobs:
156156

157157
- run: cargo fmt --all -- --check
158158

159-
clippy:
160-
name: Clippy
159+
lints-rust:
160+
name: Rust lints
161161
runs-on: ubuntu-22.04
162162
steps:
163163
- uses: actions/checkout@v4
@@ -172,6 +172,9 @@ jobs:
172172

173173
- run: cargo clippy --all-targets --all-features
174174

175+
- run: cargo publish --dry-run -p jsonschema
176+
- run: cargo publish --dry-run -p jsonschema-cli
177+
175178
features:
176179
name: Check features
177180
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)