Skip to content

Commit

Permalink
Remove cargo install for Zepter and Taplo (#2614)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcny authored Dec 5, 2023
1 parent f8b03d9 commit 2f9af78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ check-rust-feature-propagation:
- .kubernetes-env
- .common-refs
script:
- cargo install --locked --version 0.13.3 -q -f zepter && zepter --version
- zepter run check

check-toml-format:
Expand All @@ -96,7 +95,6 @@ check-toml-format:
- .kubernetes-env
- .common-refs
script:
- cargo install taplo-cli --locked --version 0.8.1
- taplo format --check --config .config/taplo.toml
- echo "Please run `taplo format --config .config/taplo.toml` to fix any toml formatting issues"

Expand Down

0 comments on commit 2f9af78

Please sign in to comment.