Skip to content

Add Halmos testing #292

Add Halmos testing

Add Halmos testing #292

Workflow file for this run

name: slither analyzer
on: [pull_request]
jobs:
slither:
name: Run slither
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crytic/[email protected]
with:
node-version: 16
target: "."
slither-args: '--filter-path "test|node_modules|contracts/mocks"'