Skip to content

Commit 56898d6

Browse files
committed
fix: Final perfectionist YAML fixes - approaching 100% validation
1 parent 31ae011 commit 56898d6

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/enhanced-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
runs-on: ubuntu-latest
386386
needs: [test-cli, test-core, test-output, test-storage]
387387
if: always() && (needs.test-cli.result == 'success' || needs.test-core.result == 'success' || needs.test-output.result == 'success' || needs.test-storage.result == 'success')
388-
steps:
388+
steps:
389389
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
390390
- name: Install Rust
391391
uses: dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6
@@ -486,7 +486,7 @@ jobs:
486486
runs-on: ubuntu-latest
487487
needs: build
488488
if: needs.preflight.outputs.docs == 'true' || needs.preflight.outputs.ci == 'true'
489-
steps:
489+
steps:
490490
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
491491
- name: Install Rust
492492
uses: dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6

.github/workflows/optimized-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ jobs:
181181
with:
182182
tool: cargo-nextest
183183

184-
- name: Cache target
185-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
184+
- name: Cache target
185+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
186186
with:
187187
path: target
188188
key: ${{ runner.os }}-target-${{ hashFiles('**/Cargo.lock') }}

.github/workflows/version-sync.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,14 +290,12 @@ jobs:
290290
git add .
291291
292292
# Create detailed commit message
293-
commit_msg="chore: synchronize workspace versions to v$TARGET_VERSION
293+
git commit -m "chore: synchronize workspace versions to v$TARGET_VERSION
294294
295295
Applied $SYNC_STRATEGY strategy and updated all crate versions to $TARGET_VERSION.
296296
Synchronized release-please manifest and updated CHANGELOG.md with version sync details.
297297

298298
[skip ci] version sync only"
299-
300-
git commit -m "$commit_msg"
301299
git push
302300

303301
echo "✅ Version synchronization changes pushed successfully!"

0 commit comments

Comments
 (0)