Skip to content

Commit

Permalink
chore: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Dec 26, 2024
1 parent c4a745a commit 2b6c76f
Show file tree
Hide file tree
Showing 9 changed files with 303 additions and 299 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@ jobs:
run: cargo make check-contracts
- name: Check committed EvmErc20.bin
run: bash scripts/verify_evm_erc20.sh

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
4 changes: 4 additions & 0 deletions .github/workflows/scheduled_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ jobs:
fields: repo,message,commit,author,action,eventName,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
Loading

0 comments on commit 2b6c76f

Please sign in to comment.