Skip to content

Commit e99ad28

Browse files
committed
ci: install foundry in pipeline
1 parent 61446f7 commit e99ad28

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
@@ -33,6 +33,11 @@ jobs:
3333
- name: Install dependencies
3434
run: npm ci
3535

36+
- name: "Install Foundry"
37+
uses: "foundry-rs/foundry-toolchain@50d5a8956f2e319df19e6b57539d7e2acb9f8c1e" # v1.5.0
38+
with:
39+
version: stable
40+
3641
- name: Lint contracts
3742
run: npm run lint:sol
3843

0 commit comments

Comments
 (0)