Skip to content

Commit

Permalink
ci: Remove Cargo.lock from pre-commit GitHub Actions workflow
Browse files Browse the repository at this point in the history
This should not be done in checks for PRs. Instead, this is better being
taken care of by dependabot or something similar.
  • Loading branch information
Holzhaus committed Feb 20, 2024
1 parent 859bf40 commit 7af3ec0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
with:
fetch-depth: 2

- name: Generate Cargo.lock
uses: actions-rs/cargo@v1
with:
command: generate-lockfile

- name: Set up Python
uses: actions/setup-python@v2

Expand Down

0 comments on commit 7af3ec0

Please sign in to comment.