Skip to content

ci(Slither): action + fixes + comments #1

ci(Slither): action + fixes + comments

ci(Slither): action + fixes + comments #1

Workflow file for this run

name: Slither Static Analysis
on:
- pull_request
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm ci
- name: Run Slither
uses: crytic/[email protected]