Skip to content

Commit f745887

Browse files
committed
remove src target
1 parent 4dca4e8 commit f745887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: crytic/slither-action@main
6363
id: slither
6464
with:
65-
target: 'src'
65+
target: '.'
6666
slither-args: '--exclude solc-version --exclude-dependencies'
6767

6868
scripts:

0 commit comments

Comments
 (0)