Skip to content

refactor: update deployment script (#39) #356

refactor: update deployment script (#39)

refactor: update deployment script (#39) #356

Workflow file for this run

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