Skip to content

Commit de2146d

Browse files
committed
Make YAML linter happier with workflow config
1 parent 3dc845a commit de2146d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- "*"
1111
schedule:
12-
- cron: "15 4 * * 0" # Every Sunday morning
12+
- cron: "15 4 * * 0" # Every Sunday morning
1313
workflow_dispatch:
1414

1515
jobs:
@@ -120,7 +120,7 @@ jobs:
120120
uses: perl-actions/install-with-cpm@v1
121121
with:
122122
cpanfile: "cpanfile"
123-
args: >
123+
args: >
124124
--with-develop
125125
${{ steps.with-recommends.outputs.flag }}
126126
--with-suggests
@@ -138,8 +138,8 @@ jobs:
138138
os: ["windows-latest"]
139139
perl-version:
140140
# https://github.com/shogo82148/actions-setup-perl/issues/223
141-
#- "5.10"
142-
#- "5.12"
141+
# - "5.10"
142+
# - "5.12"
143143
- "5.14"
144144
- "5.16"
145145
- "5.18"

0 commit comments

Comments
 (0)