瀏覽代碼

Disable Foundry for slither-action

(cherry picked from commit 4072e853fe759122056a32e2b006d2c3968e0f28)
Francisco 2 年之前
父節點
當前提交
c8b466b7b5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/checks.yml

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

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