feat: Add Slither to CI
- make foundry workflow kebab case
This commit is contained in:
14
.github/workflows/slither.yml
vendored
Normal file
14
.github/workflows/slither.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user