fix: Specify foundry subdir when running slither in CI
Otherwise there will be no contract to analyze
This commit is contained in:
2
.github/workflows/slither.yml
vendored
2
.github/workflows/slither.yml
vendored
@@ -12,3 +12,5 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: crytic/slither-action@v0.4.0
|
||||
with:
|
||||
target: 'foundry/'
|
||||
Reference in New Issue
Block a user