Skip to content

Merge pull request #3 from catalogfi/temp/variable-epoch-length #25

Merge pull request #3 from catalogfi/temp/variable-epoch-length

Merge pull request #3 from catalogfi/temp/variable-epoch-length #25

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