Skip to content

update to solc 0.8.20 #25

update to solc 0.8.20

update to solc 0.8.20 #25

Workflow file for this run

---
name: Slither Summary
"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
summary:
runs-on: ubuntu-latest
env:
MNEMONIC: ${{secrets.MNEMONIC}}
steps:
- name: Check out the repo
uses: actions/checkout@v3
with:
submodules: recursive
- name: Run Slither
uses: crytic/[email protected]
continue-on-error: true
id: slither
with:
target: contracts/
slither-config: slither.config.json
slither-args: "--filter-paths contracts/test --print contract-summary"