Skip to content

Commit

Permalink
Add slither-mutate support in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazv committed May 30, 2024
1 parent 330de78 commit 35fe8bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/slither-mutate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Slither Analysis

on: workflow_dispatch
#on: workflow_dispatch
on:
pull_request:
branches: [ main ]

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit 35fe8bd

Please sign in to comment.