chore(deps): bump lib/aave-address-book from e656bc3 to 97f9706
#1549
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| lint: | |
| uses: bgd-labs/github-workflows/.github/workflows/foundry-lint-prettier.yml@main | |
| test: | |
| uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main | |
| secrets: | |
| ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} | |
| test-zk: | |
| uses: bgd-labs/github-workflows/.github/workflows/foundry-test-zk.yml@main | |
| secrets: | |
| ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} |