File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ jobs:
300300 runs-on : ubuntu-latest
301301 needs : [preflight, build]
302302 if : needs.preflight.outputs.cli == 'true' || needs.preflight.outputs.ci == 'true'
303- steps :
303+ steps :
304304 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
305305 - name : Install Rust
306306 uses : dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6
@@ -336,7 +336,7 @@ jobs:
336336 - name : Test Core crate
337337 run : cargo nextest run -p code_guardian_core --all-features
338338
339- test-output :
339+ test-output :
340340 name : Test Output Crate
341341 runs-on : ubuntu-latest
342342 needs : [preflight, build]
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ preflight:
8989 quality-gate :
9090 name : Quality Gate
9191 runs-on : ubuntu-latest
92+ needs : preflight
9293 steps :
9394 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
9495
@@ -103,9 +104,9 @@ preflight:
103104 - name : Cache cargo registry
104105 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
105106 with :
106- path : |
107- ~/.cargo/registry
108- ~/.cargo/git
107+ path : |
108+ ~/.cargo/registry
109+ ~/.cargo/git
109110 key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
110111 restore-keys : |
111112 ${{ runner.os }}-cargo-registry-
Original file line number Diff line number Diff line change @@ -219,9 +219,9 @@ jobs:
219219 echo "files_updated=false" >> $GITHUB_OUTPUT
220220 fi
221221
222- - name : Validate workspace after sync
223- if : steps.sync.outputs.files_updated == 'true'
224- run : |
222+ - name : Validate workspace after sync
223+ if : steps.sync.outputs.files_updated == 'true'
224+ run : |
225225 echo "## 🧪 Validation Results" >> $GITHUB_STEP_SUMMARY
226226 echo "" >> $GITHUB_STEP_SUMMARY
227227
You can’t perform that action at this time.
0 commit comments