Browse Source

Disable Foundry for slither-action

(cherry picked from commit 4072e853fe759122056a32e2b006d2c3968e0f28)
Francisco 2 years ago
parent
commit
c8b466b7b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/checks.yml

+ 1 - 0
.github/workflows/checks.yml

@@ -76,6 +76,7 @@ jobs:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3
       - name: Set up environment
       - name: Set up environment
         uses: ./.github/actions/setup
         uses: ./.github/actions/setup
+      - run: rm foundry.toml
       - uses: crytic/slither-action@v0.2.0
       - uses: crytic/slither-action@v0.2.0
 
 
   codespell:
   codespell: