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 37f5909 commit 3ecb5a9Copy full SHA for 3ecb5a9
.github/workflows/lint-yaml.yml
@@ -3,8 +3,8 @@ name: Lint YAML
3
on: # yamllint disable-line rule:truthy
4
pull_request:
5
paths:
6
- - '**/*.yml'
7
- - '**/*.yaml'
+ - "**/*.yml"
+ - "**/*.yaml"
8
9
jobs:
10
yamllint:
@@ -13,7 +13,7 @@ jobs:
13
changed-files: ${{ steps.file-changes.outputs.changed-files }}
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
@@ -31,7 +31,7 @@ jobs:
31
fi
32
33
- name: Run yamllint
34
- uses: reviewdog/action-yamllint@v1.6.1
+ uses: reviewdog/action-yamllint@v1
35
36
fail_on_error: false
37
filter_mode: diff_context
0 commit comments