Skip to content

feat: Add Slither to CI #8

feat: Add Slither to CI

feat: Add Slither to CI #8

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