Skip to content

[feat] implement CompleteMerkleTree #44

[feat] implement CompleteMerkleTree

[feat] implement CompleteMerkleTree #44

Workflow file for this run

name: Slither Analysis
on:
push:
branches:
- main
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crytic/[email protected]
with:
slither-args: '--exclude-informational --checklist --show-ignored-findings'
fail-on: 'low'