Skip to content

Commit 15a5167

Browse files
authored
Create slither.yml (#1013)
1 parent 92500c5 commit 15a5167

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/slither.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Slither Analysis
2+
on: [push]
3+
jobs:
4+
analyze:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v4
8+
- uses: crytic/[email protected]

0 commit comments

Comments
 (0)