Parcourir la source

Revert "Disable Foundry for slither-action" (#3889)

Francisco il y a 2 ans
Parent
commit
6b0c9f4e77
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      .github/workflows/checks.yml

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

@@ -76,7 +76,6 @@ 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: