Skip to content

order book order taker #26

order book order taker

order book order taker #26

Workflow file for this run

name: Slither Analysis
on: [push]
jobs:
slither-analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# This is technically not needed as slither will try to install foundry but
# I found the installer flakey on CI.
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Use Node.js
uses: actions/setup-node@v3
- uses: crytic/slither-action@v0.3.0