chore(deps): bump lib/aave-address-book from f2c544a
to a6cd350
#667
Workflow file for this run
This file contains 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 }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
test: | |
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main | |
secrets: inherit | |
release: | |
needs: [test] | |
uses: bgd-labs/github-workflows/.github/workflows/release.yml@main |