From e452eb42ad754f4034c9f1b9a0cb741ed8a6edf2 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Wed, 3 Jul 2024 17:19:44 +0200 Subject: [PATCH] ci: let slither compile --- .github/workflows/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b968d3..9a0cae9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -177,23 +177,12 @@ jobs: with: path: node_modules key: ${{ needs.deps.outputs.cache-key }} - # TODO: right now forge and node tooling coexist, eventually keep only forge action - - uses: foundry-rs/foundry-toolchain@v1 - with: - version: nightly - - - if: contains(needs.changed-files.outputs.modified_files, matrix.dir) - name: Compile contracts - run: | - workspace=$(jq -r '.name' packages/${{ matrix.dir }}/package.json) - yarn workspace "$workspace" run compile - if: contains(needs.changed-files.outputs.modified_files, matrix.dir) name: Run slither uses: crytic/slither-action@v0.4.0 id: slither with: - ignore-compile: true node-version: 20 fail-on: none sarif: results.sarif