Skip to content

chore(test): add case for validating parent hash #50

chore(test): add case for validating parent hash

chore(test): add case for validating parent hash #50

Workflow file for this run

name: Slither Static Analysis
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
slither:
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm ci
- name: Run Slither
uses: crytic/slither-action@v0.3.1
env:
NO_OVERRIDES: true
with:
node-version: 18
slither-version: 0.10.1