Skip to content

Commit 2f97bb7

Browse files
committed
ci: add slither static analysis
1 parent d16916e commit 2f97bb7

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,3 +61,8 @@ jobs:
6161
6262
- name: Check Forge gas snapshot
6363
run: forge snapshot --check
64+
65+
- name: Run Slither
66+
uses: crytic/slither-action@v0.1.1
67+
with:
68+
ignore-compile: true

0 commit comments

Comments
 (0)