feat: Add Slither to CI

- make foundry workflow kebab case
This commit is contained in:
TAMARA LIPOWSKI
2025-01-17 12:23:10 -05:00
parent a16b2affed
commit f0620bd180
2 changed files with 14 additions and 0 deletions

14
.github/workflows/slither.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
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