Skip to content

cleanup test imports and add some missing license headers #55

cleanup test imports and add some missing license headers

cleanup test imports and add some missing license headers #55

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'