Skip to content

chore(release): bump version from 1.2.4 to 2.0.0 #230

chore(release): bump version from 1.2.4 to 2.0.0

chore(release): bump version from 1.2.4 to 2.0.0 #230

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: Setup tools
uses: ./.github/actions/setup-tools
with:
install-nodejs: 'true'
- name: Run Slither
uses: crytic/slither-action@v0.3.1
env:
NO_OVERRIDES: true
with:
node-version: 20
slither-version: 0.10.1