Skip to content

Updated title to SPV #26

Updated title to SPV

Updated title to SPV #26

Workflow file for this run

name: slither
on: [push, pull_request, workflow_dispatch]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run Analysis
uses: crytic/[email protected]
with:
fail-on: high