Skip to content

Commit ec1035f

Browse files
committed
Try using different flags to actionlint
1 parent 1b03441 commit ec1035f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
181181
action-lint:
182182
name: GitHub Actions lint checks
183-
runs-on: ubuntu-24.04
183+
runs-on: ubuntu-slim
184184
timeout-minutes: 15
185185
steps:
186186
- name: Check out a copy of the git repository
@@ -191,7 +191,8 @@ jobs:
191191
- name: Run actionlint
192192
uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2
193193
with:
194-
flags: ${{inputs.debug && '-verbose'}} .github/workflows/*.{yaml,yml}
194+
flags: ${{inputs.debug && '-verbose'}}
195+
files: '.github/workflows/*.{yaml,yml}'
195196
pyflakes: false
196197

197198
library-tests:

0 commit comments

Comments
 (0)