We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dca4e8 commit f745887Copy full SHA for f745887
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: crytic/slither-action@main
63
id: slither
64
with:
65
- target: 'src'
+ target: '.'
66
slither-args: '--exclude solc-version --exclude-dependencies'
67
68
scripts:
0 commit comments