Skip to content

Merge pull request #101 from propeller-heads/router/dc/min-amount-check #589

Merge pull request #101 from propeller-heads/router/dc/min-amount-check

Merge pull request #101 from propeller-heads/router/dc/min-amount-check #589

Workflow file for this run

name: Slither Analysis
on:
push:
branches:
- main
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crytic/[email protected]
with:
target: 'foundry/'
slither-args: '--filter-paths foundry/lib/'