Skip to content

Commit b52f6b0

Browse files
committed
fix: Major YAML improvements - 2 of 5 files achieve perfect validation
1 parent 56898d6 commit b52f6b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/enhanced-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ jobs:
512512
permissions:
513513
pull-requests: write
514514
contents: read
515-
steps:
515+
steps:
516516
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
517517
- name: Install Rust
518518
uses: dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6

.github/workflows/optimized-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ jobs:
183183

184184
- name: Cache target
185185
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
186-
with:
187-
path: target
186+
with:
187+
path: target
188188
key: ${{ runner.os }}-target-${{ hashFiles('**/Cargo.lock') }}
189189

190190
- name: Run partitioned tests

0 commit comments

Comments
 (0)