File tree Expand file tree Collapse file tree 2 files changed +4
-33
lines changed Expand file tree Collapse file tree 2 files changed +4
-33
lines changed Original file line number Diff line number Diff line change 66 - main
77 - certora
88 push :
9+ branches :
10+ - main
911
1012 workflow_dispatch :
1113
Original file line number Diff line number Diff line change 1111jobs :
1212 lint :
1313 uses : bgd-labs/github-workflows/.github/workflows/foundry-lint-prettier.yml@main
14- check :
15- strategy :
16- fail-fast : true
17-
18- name : Foundry project
19- runs-on : ubuntu-latest
20- env :
21- ALCHEMY_KEY : " ${{secrets.ALCHEMY_KEY}}"
22- ETH_RPC_URL : " https://eth-mainnet.g.alchemy.com/v2/${{secrets.ALCHEMY_KEY}}"
23- RPC_MAINNET : " https://eth-mainnet.g.alchemy.com/v2/${{secrets.ALCHEMY_KEY}}"
24- RPC_ARBITRUM : " https://arb-mainnet.g.alchemy.com/v2/${{secrets.ALCHEMY_KEY}}"
25- steps :
26- - uses : actions/checkout@v4
27- with :
28- submodules : recursive
29-
30- - name : Install Foundry
31- uses : foundry-rs/foundry-toolchain@v1
32- with :
33- version : nightly
34-
35- - name : Show Forge version
36- run : |
37- forge --version
38- - name : Run Forge build
39- run : |
40- forge build --sizes
41- id : build
42-
43- - name : Run Forge tests
44- run : |
45- forge test -vvv
46- id : test
14+ test :
15+ uses : bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
You can’t perform that action at this time.
0 commit comments