Skip to content

Eip1559 WIP

Eip1559 WIP #157

name: QAKit Slither Analysis
on: [push]
jobs:
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