Skip to content

Commit e452eb4

Browse files
committed
ci: let slither compile
1 parent 21e444b commit e452eb4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/main.yml

-11
Original file line numberDiff line numberDiff line change
@@ -177,23 +177,12 @@ jobs:
177177
with:
178178
path: node_modules
179179
key: ${{ needs.deps.outputs.cache-key }}
180-
# TODO: right now forge and node tooling coexist, eventually keep only forge action
181-
- uses: foundry-rs/foundry-toolchain@v1
182-
with:
183-
version: nightly
184-
185-
- if: contains(needs.changed-files.outputs.modified_files, matrix.dir)
186-
name: Compile contracts
187-
run: |
188-
workspace=$(jq -r '.name' packages/${{ matrix.dir }}/package.json)
189-
yarn workspace "$workspace" run compile
190180

191181
- if: contains(needs.changed-files.outputs.modified_files, matrix.dir)
192182
name: Run slither
193183
uses: crytic/slither-action@v0.4.0
194184
id: slither
195185
with:
196-
ignore-compile: true
197186
node-version: 20
198187
fail-on: none
199188
sarif: results.sarif

0 commit comments

Comments
 (0)