We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56472b commit 849df67Copy full SHA for 849df67
.github/workflows/foundry.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: bgd-labs/github-workflows/.github/workflows/foundry-lint-prettier.yml@main
18
test:
19
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
20
+ with:
21
+ compareLcov: false
22
secrets:
23
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
24
# only when the repo has zksync code
0 commit comments