Skip to content

Commit 82c2b48

Browse files
committed
fix: Continue YAML indentation fixes - approaching completion
1 parent b5c2235 commit 82c2b48

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/enhanced-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]

.github/workflows/optimized-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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-

.github/workflows/version-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)