Skip to content

Commit d2f0a8d

Browse files
committed
Reformat test workflow
Use a pure YAML formatting style, rather than a mixture of YAML and JSON styles.
1 parent a7e166b commit d2f0a8d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Test Action
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
46

57
jobs:
68
test:
@@ -11,7 +13,9 @@ jobs:
1113

1214
strategy:
1315
matrix:
14-
operating-system: [ubuntu-latest, windows-latest]
16+
operating-system:
17+
- ubuntu-latest
18+
- windows-latest
1519

1620
steps:
1721
- name: Checkout

0 commit comments

Comments
 (0)