Skip to content

Bump solhint from 5.0.3 to 5.0.4 (#2) #4

Bump solhint from 5.0.3 to 5.0.4 (#2)

Bump solhint from 5.0.3 to 5.0.4 (#2) #4

Workflow file for this run

name: slither
on:
push:
branches: ["main"]
paths-ignore:
- README.md
- .gitignore
pull_request:
branches: ["*"]
paths-ignore:
- README.md
- .gitignore
jobs:
check:
timeout-minutes: 10
strategy:
fail-fast: true
name: slither
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
- name: Run Slither
uses: crytic/[email protected]
with:
solc-version: "0.8.21"
slither-args: --skip-assembly