Skip to content

Merge pull request #45 from immutable/SMR-2020/add-storage-gaps #313

Merge pull request #45 from immutable/SMR-2020/add-storage-gaps

Merge pull request #45 from immutable/SMR-2020/add-storage-gaps #313

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