generated from bgd-labs/bgd-forge-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename main.yml to foundry.yml
- Loading branch information
Showing
2 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 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 |
This file was deleted.
Oops, something went wrong.
d2bd8bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.