Skip to content

testnet deployment

testnet deployment #3

Workflow file for this run

name: Slither Analysis for Cyrograf ETH
on:
pull_request:
branches: [ master ]
paths: [ 'eth/**' ]
jobs:
analyze:
runs-on: ubuntu-latest
name: A job to run linter
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Linter analysis with Slither
uses: crytic/slither-action@v0.4.0
id: slither
with:
target: 'eth/'