Skip to content

Commit b5c2235

Browse files
committed
fix: Additional YAML indentation fixes - 2 of 5 files now valid
1 parent 06ceda0 commit b5c2235

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/enhanced-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -256,14 +256,14 @@ jobs:
256256
needs: [preflight, build]
257257
if: needs.preflight.outputs.has_changes == 'true'
258258
strategy:
259-
matrix:
260-
os: [ubuntu-latest, windows-latest, macos-latest]
261-
rust: [stable]
262-
include:
263-
- os: ubuntu-latest
264-
rust: beta
259+
matrix:
260+
os: [ubuntu-latest, windows-latest, macos-latest]
261+
rust: [stable]
262+
include:
263+
- os: ubuntu-latest
264+
rust: beta
265265

266-
steps:
266+
steps:
267267
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
268268
with:
269269
fetch-depth: 0

0 commit comments

Comments
 (0)