Browse Source

Disable Foundry for slither-action (#3860)

Francisco 2 năm trước cách đây
mục cha
commit
98967feeb2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 # https://github.com/foundry-rs/foundry/issues/3827
       - uses: crytic/slither-action@v0.2.0
 
   codespell: