Skip to content

feat: Mantle a.DI activation path #14

feat: Mantle a.DI activation path

feat: Mantle a.DI activation path #14

Workflow file for this run

# This action runs all common tooling for foundry repos
# It does not comment any results though.
# If you want to have comments on your repo, also install comment.yml
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 }}
# only when the repo has zksync code
# test-zk:
# uses: bgd-labs/github-workflows/.github/workflows/foundry-test-zk.yml@main