fix failing tests with [FAIL: rejected too many inputs (65536 allowed)] #136
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |