Skip to content

Commit

Permalink
fix slither
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 committed May 7, 2024
1 parent a21be3b commit d79c4a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/slither.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
rm -rf ./l1-contracts/contracts/dev-contracts/test/VerifierRecursiveTest.sol
- name: Run Slither
run: slither --config ./l1-contracts/slither.config.json ./l1-contracts
run: |
cd l1-contracts
slither --config ./slither.config.json .

0 comments on commit d79c4a1

Please sign in to comment.