Skip to content

feat: Support cyclic swaps #605

feat: Support cyclic swaps

feat: Support cyclic swaps #605

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