Skip to content

Commit

Permalink
ci: remove duplicated rustfmt installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Aug 25, 2024
1 parent 1e2c94d commit 2957bec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@ jobs:
run: rustup component add clippy rustfmt

- name: Run pre-commit
run: |
rustup component add rustfmt
uvx pre-commit@${{ env.PRE_COMMIT_VERSION }} run -a --show-diff-on-failure
run: uvx pre-commit@${{ env.PRE_COMMIT_VERSION }} run -a --show-diff-on-failure
env:
# renovate: datasource=pypi depName=pre-commit
PRE_COMMIT_VERSION: '3.8.0'

- name: Inspect dependencies with deptry
run: |
uv run deptry python
run: uv run deptry python

tests:
strategy:
Expand Down

0 comments on commit 2957bec

Please sign in to comment.