Skip to content

Merge pull request #79 from immutable/docs/add-common-token-addresses #524

Merge pull request #79 from immutable/docs/add-common-token-addresses

Merge pull request #79 from immutable/docs/add-common-token-addresses #524

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