Skip to content

Commit 55e96a5

Browse files
pabs3Michael Howitz
authored andcommitted
Correct indentation in YAML files
Suggested-by: yamllint
1 parent 153ba65 commit 55e96a5

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
python-version: [
25-
"3.6",
26-
"3.7",
27-
"3.8",
28-
"3.9",
29-
"pypy3",
25+
"3.6",
26+
"3.7",
27+
"3.8",
28+
"3.9",
29+
"pypy3",
3030
]
3131
pytest-version: [
32-
"5.3.*",
33-
"5.4.*",
34-
"6.0.*",
35-
"6.1.*",
36-
"6.2.*",
37-
"main",
32+
"5.3.*",
33+
"5.4.*",
34+
"6.0.*",
35+
"6.1.*",
36+
"6.2.*",
37+
"main",
3838
]
3939
steps:
4040
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)