Skip to content

eth contract, unit tests & pipelines #1

eth contract, unit tests & pipelines

eth contract, unit tests & pipelines #1

Workflow file for this run

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