Skip to content

Commit d9d356f

Browse files
committed
feat: add build step for contracts in Slither CI workflow
1 parent 0bd970a commit d9d356f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/slither.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: npm ci
2828

29+
- name: Build contracts
30+
run: forge build
31+
2932
- name: Run Slither
3033
uses: crytic/slither-action@f197989dea5b53e986d0f88c60a034ddd77ec9a8 # v0.4.0
3134
id: slither

0 commit comments

Comments
 (0)