Skip to content

chore: updates to periphery #66

chore: updates to periphery

chore: updates to periphery #66

Workflow file for this run

name: Slither Analysis
on:
push:
branches:
- master
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Slither analysis
uses: crytic/[email protected]
with:
fail-on: 'medium'