Skip to content

Merge pull request #13 from term-finance/removing-rescue-token #23

Merge pull request #13 from term-finance/removing-rescue-token

Merge pull request #13 from term-finance/removing-rescue-token #23

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'