Skip to content

Commit 7ec36bc

Browse files
committed
fix: Final YAML indentation fixes for workflow files
1 parent 82c2b48 commit 7ec36bc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/enhanced-ci.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,13 @@ jobs:
315315
key: ubuntu-latest-cli-target-${{ hashFiles('**/Cargo.lock') }}
316316
- name: Test CLI crate
317317
run: cargo nextest run -p code_guardian_cli --all-features
318-
test-core:
319-
name: Test Core Crate
320-
runs-on: ubuntu-latest
321-
needs: [preflight, build]
322-
if: needs.preflight.outputs.core == 'true' || needs.preflight.outputs.ci == 'true'
323-
steps:
318+
319+
test-core:
320+
name: Test Core Crate
321+
runs-on: ubuntu-latest
322+
needs: [preflight, build]
323+
if: needs.preflight.outputs.core == 'true' || needs.preflight.outputs.ci == 'true'
324+
steps:
324325
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
325326
- name: Install Rust
326327
uses: dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6
@@ -357,8 +358,8 @@ jobs:
357358
- name: Test Output crate
358359
run: cargo nextest run -p code_guardian_output --all-features
359360

360-
test-storage:
361-
name: Test Storage Crate
361+
test-storage:
362+
name: Test Storage Crate
362363
runs-on: ubuntu-latest
363364
needs: [preflight, build]
364365
if: needs.preflight.outputs.storage == 'true' || needs.preflight.outputs.ci == 'true'

0 commit comments

Comments
 (0)