Skip to content

UNI-1316 Borrower/Staker addresses functions #233

UNI-1316 Borrower/Staker addresses functions

UNI-1316 Borrower/Staker addresses functions #233

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"'