Skip to content

Merge branch 'smr-1935-erc20-withdraw-L1' of github.com:immutable/zke… #109

Merge branch 'smr-1935-erc20-withdraw-L1' of github.com:immutable/zke…

Merge branch 'smr-1935-erc20-withdraw-L1' of github.com:immutable/zke… #109

Workflow file for this run

name: Slither Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crytic/[email protected]
with:
fail-on: high
slither-args: --filter-paths "./lib|./test"
node-version: 18