We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b03441 commit ec1035fCopy full SHA for ec1035f
.github/workflows/ci.yaml
@@ -180,7 +180,7 @@ jobs:
180
181
action-lint:
182
name: GitHub Actions lint checks
183
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
184
timeout-minutes: 15
185
steps:
186
- name: Check out a copy of the git repository
@@ -191,7 +191,8 @@ jobs:
191
- name: Run actionlint
192
uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2
193
with:
194
- flags: ${{inputs.debug && '-verbose'}} .github/workflows/*.{yaml,yml}
+ flags: ${{inputs.debug && '-verbose'}}
195
+ files: '.github/workflows/*.{yaml,yml}'
196
pyflakes: false
197
198
library-tests:
0 commit comments