diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 814e4bb..4e8fb79 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -60,3 +60,8 @@ jobs: ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }} - name: Check for dot-only run: yarn dot-only + - name: Slither static analysis + uses: crytic/slither-action@v0.1.1 + with: + node-version: 14.19.1 +