diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml new file mode 100644 index 0000000..d3f24fd --- /dev/null +++ b/.github/workflows/slither.yml @@ -0,0 +1,8 @@ +name: Slither Analysiss +on: [push, pull_request] +jobs: + analyze: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: crytic/slither-action@v0.3.0