Skip to content

Feat/implement validator treasury split #35

Feat/implement validator treasury split

Feat/implement validator treasury split #35

Workflow file for this run

name: Slither Static Analysis
on:
pull_request:
branches: [ "main" ]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crytic/[email protected]
with:
slither-args: "--no-fail-pedantic --exclude-low --exclude naming-convention,unused-return,uninitialized-local-variables,missing-inheritance,low-level-calls,assembly,solc-version,pragma"
fail-on: medium