Skip to content

fix failing tests with [FAIL: rejected too many inputs (65536 allowed)] #136

fix failing tests with [FAIL: rejected too many inputs (65536 allowed)]

fix failing tests with [FAIL: rejected too many inputs (65536 allowed)] #136

name: Slither Report
on: [push, pull_request]
jobs:
slither-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crytic/[email protected]
with:
target: "src/"
slither-args: "--checklist"
fail-on: "low"