Skip to content

Commit 1c0155a

Browse files
committed
chore(deps): update and clean up workspace dependencies and workflows
1 parent da4f6a3 commit 1c0155a

59 files changed

Lines changed: 3310 additions & 5551 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/foundry_lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Foundry Lint
33
on:
44
push:
55
paths:
6-
- 'ledgerflow-vault/**'
6+
- 'ledgerflow-vault-evm/**'
77
- '.github/workflows/foundry_lint.yml'
88
pull_request:
99
paths:
10-
- 'ledgerflow-vault/**'
10+
- 'ledgerflow-vault-evm/**'
1111
- '.github/workflows/foundry_lint.yml'
1212
workflow_dispatch:
1313

@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
defaults:
2222
run:
23-
working-directory: ledgerflow-vault
23+
working-directory: ledgerflow-vault-evm
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:

.github/workflows/rust_lint.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
- 'ledgerflow-balancer/**'
77
- 'ledgerflow-bot/**'
88
- 'ledgerflow-eth-cli/**'
9-
- 'ledgerflow-indexer/**'
9+
- 'ledgerflow-indexer-evm/**'
10+
- 'ledgerflow-indexer-aptos/**'
11+
- 'ledgerflow-indexer-sui/**'
1012
- 'Cargo.toml'
1113
- 'Cargo.lock'
1214
- '.github/workflows/rust_lint.yml'
@@ -15,7 +17,9 @@ on:
1517
- 'ledgerflow-balancer/**'
1618
- 'ledgerflow-bot/**'
1719
- 'ledgerflow-eth-cli/**'
18-
- 'ledgerflow-indexer/**'
20+
- 'ledgerflow-indexer-evm/**'
21+
- 'ledgerflow-indexer-aptos/**'
22+
- 'ledgerflow-indexer-sui/**'
1923
- 'Cargo.toml'
2024
- 'Cargo.lock'
2125
- '.github/workflows/rust_lint.yml'

0 commit comments

Comments
 (0)