Skip to content

fix: build

fix: build #318

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