Skip to content

Update README.md (#68) #133

Update README.md (#68)

Update README.md (#68) #133

Workflow file for this run

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"