Skip to content

fix workflows

fix workflows #3

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:
# https://github.com/foundry-rs/foundry/issues/3440#issuecomment-1641853058
version: nightly-cc5637a979050c39b3d06bc4cc6134f0591ee8d0
- name: Use Node.js
uses: actions/setup-node@v3
- uses: crytic/slither-action@v0.3.0