Skip to content

Commit ebbf710

Browse files
committed
add foundry step
1 parent 3776067 commit ebbf710

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v3
6363

64+
- name: Install foundry
65+
uses: foundry-rs/foundry-toolchain@v1
66+
with:
67+
version: nightly
68+
6469
- name: Run Slither
6570
uses: crytic/slither-action@main
6671
id: slither # Required to reference this step in the next step.

0 commit comments

Comments
 (0)