Skip to content

Commit 7b50cfb

Browse files
committed
Fix CI indentation
1 parent b73bb3f commit 7b50cfb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ jobs:
3131

3232
windows-test:
3333
runs-on: windows-latest
34-
strategy:
35-
matrix:
36-
emacs-version:
37-
- 26.1
38-
- 26.2
39-
- 26.3
40-
- 27.1
41-
- snapshot
34+
strategy:
35+
matrix:
36+
emacs-version:
37+
- 26.1
38+
- 26.2
39+
- 26.3
40+
- 27.1
41+
- snapshot
42+
4243
steps:
4344
- uses: actions/checkout@v2
4445

0 commit comments

Comments
 (0)