Files
tycho-execution/.github/workflows/slither.yml
TAMARA LIPOWSKI 40f0a2a2b7 fix: Specify foundry subdir when running slither in CI
Otherwise there will be no contract to analyze
2025-01-17 16:57:08 -05:00

16 lines
254 B
YAML

name: Slither Analysis
on:
push:
branches:
- main
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crytic/slither-action@v0.4.0
with:
target: 'foundry/'