Skip to content

Commit a9ed94a

Browse files
committed
Make some indention consistent in validate.yml
1 parent b235a1c commit a9ed94a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
lint:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
45-
matrix:
46-
os:
47-
- ubuntu-20.04
48-
perl-version:
49-
- 'latest'
45+
matrix:
46+
os:
47+
- ubuntu-20.04
48+
perl-version:
49+
- 'latest'
5050
container:
5151
image: perl:${{ matrix.perl-version }}
5252
steps:

0 commit comments

Comments
 (0)