Skip to content

Commit 583cd36

Browse files
committed
ci: add slither static analysis
1 parent d16916e commit 583cd36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ 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
69+
target: "src/"

0 commit comments

Comments
 (0)