Skip to content

fix: add check for destination call #339

fix: add check for destination call

fix: add check for destination call #339

Workflow file for this run

name: Slither Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crytic/slither-action@v0.1.1
with:
node-version: 16
continue-on-error: true