Skip to content

Merge pull request #22 from DODOEX/add-mtFeeEvent #122

Merge pull request #22 from DODOEX/add-mtFeeEvent

Merge pull request #22 from DODOEX/add-mtFeeEvent #122

Workflow file for this run

name: summary
on: [push, pull_request]
jobs:
summary:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Slither
uses: crytic/[email protected]
continue-on-error: true
id: slither
with:
target: 'src/'
slither-config: 'slither.config.json'
slither-args: '--filter-paths src/test --print contract-summary'