Skip to content

chore: cleamup

chore: cleamup #319

Workflow file for this run

name: Slither Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Run Slither
uses: crytic/slither-action@dev
id: slither
with:
fail-on: high