Skip to content

Commit

Permalink
fix slither config
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkolegov committed Mar 22, 2024
1 parent aabcde8 commit 1ff33e5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/slither.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ jobs:
with:
submodules: recursive

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.18.0
cache: yarn

- name: Install dependencies
run: yarn

- name: prepare contracts
run: rm -rf ./l1-contracts/dev-contracts &&
rm -rf ./l1-contracts/state-transition/TestnetVerifier.sol &&
Expand All @@ -22,6 +31,7 @@ jobs:
- name: Run Slither
uses: crytic/[email protected]
with:
node-version: 18
fail-on: critical
target: 'l1-contracts'
slither-config: 'l1-contracts/slither.config.json'
slither-config: 'slither.config.json'

0 comments on commit 1ff33e5

Please sign in to comment.