Skip to content

Commit b09ef4e

Browse files
committed
fix yaml indentation
1 parent f513193 commit b09ef4e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
toolchain: nightly
6464
nightly: true
6565
os: [ubuntu-latest, windows-latest, macOS-latest]
66-
include:
67-
- rust:
68-
name: MSRV
69-
toolchain: stable
70-
nightly: false
71-
os: ubuntu-latest
66+
include:
67+
- rust:
68+
name: MSRV
69+
toolchain: stable
70+
nightly: false
71+
os: ubuntu-latest
7272
steps:
7373
- uses: actions/checkout@v4
7474
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)