File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -177,23 +177,12 @@ jobs:
177
177
with :
178
178
path : node_modules
179
179
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
190
180
191
181
- if : contains(needs.changed-files.outputs.modified_files, matrix.dir)
192
182
name : Run slither
193
183
uses : crytic/slither-action@v0.4.0
194
184
id : slither
195
185
with :
196
- ignore-compile : true
197
186
node-version : 20
198
187
fail-on : none
199
188
sarif : results.sarif
You can’t perform that action at this time.
0 commit comments