Skip to content

Commit

Permalink
fix slither yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 committed May 13, 2024
1 parent 1521777 commit 1a6513b
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 1a6513b

Please sign in to comment.