Skip to content

Commit

Permalink
build: Check if crates bcan be published
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
  • Loading branch information
Stranger6667 committed Sep 29, 2024
1 parent c2a623f commit 35ebeab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:

- run: cargo fmt --all -- --check

clippy:
name: Clippy
lints-rust:
name: Rust lints
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -172,6 +172,9 @@ jobs:

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

- run: cargo publish --dry-run -p jsonschema
- run: cargo publish --dry-run -p jsonschema-cli

features:
name: Check features
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 35ebeab

Please sign in to comment.