Remove compile_force_framework: hardhat from slither config (#5390)

This commit is contained in:
Hadrien Croubois
2024-12-18 20:51:08 +01:00
committed by GitHub
parent bf4d40d8c8
commit b50f22d153
2 changed files with 1 additions and 6 deletions

View File

@ -118,11 +118,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/setup
- run: rm foundry.toml
- uses: crytic/slither-action@v0.4.0
with:
node-version: 18.15
slither-version: 0.10.1
codespell:
runs-on: ubuntu-latest