Skip to content

Commit

Permalink
add slither job
Browse files Browse the repository at this point in the history
  • Loading branch information
adu-web3 committed Jul 8, 2024
1 parent 6eebbb9 commit 28492af
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Slither Analysis

on:
pull_request:
push:
branches:
- main
- release/**
tags:
- "*"

jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: crytic/[email protected]
with:
fail-on: medium

0 comments on commit 28492af

Please sign in to comment.