Skip to content

Use V2 deployment address in README.md (#66) #121

Use V2 deployment address in README.md (#66)

Use V2 deployment address in README.md (#66) #121

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"