Skip to content

Commit

Permalink
Revert "Validate Cargo.lock"
Browse files Browse the repository at this point in the history
This reverts commit 15919ad.
  • Loading branch information
laruh committed Dec 28, 2024
1 parent 246ca18 commit 3fb42e3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/fmt-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Build cache
uses: ./.github/actions/build-cache

- name: Backup Cargo.lock
run: cp Cargo.lock Cargo.lock.bak

- name: fmt check
# Format checks aren't OS dependant.
if: matrix.os == 'ubuntu-latest'
Expand All @@ -40,14 +37,6 @@ jobs:
- name: clippy lint
run: cargo clippy --all-targets --all-features -- --D warnings

- name: Validate Cargo.lock
run: |
if ! diff Cargo.lock Cargo.lock.bak; then
echo "Error: Cargo.lock has changed during the workflow. Ensure Cargo.lock is up-to-date and committed."
exit 1
fi
shell: bash

wasm-lint:
name: Wasm Lint Checks
timeout-minutes: 45
Expand Down

0 comments on commit 3fb42e3

Please sign in to comment.