Skip to content

Commit

Permalink
CI: Remove the crates version check
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechkral committed May 23, 2024
1 parent 7a5c498 commit fb57334
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,6 @@ jobs:
working-directory: ./examples/docker
run: cargo fmt -- --check

crates-versions:
name: Crates version check
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Same version check
run: "[[ `cargo metadata --format-version=1 --no-deps | jq '.packages[].version' | sort -u | wc -l` == 1 ]]"

lints:
name: Lints
runs-on: ubuntu-latest
Expand Down

0 comments on commit fb57334

Please sign in to comment.