Skip to content

Commit 3ecb5a9

Browse files
Updated .github/workflows/lint-yaml.yml NO_JIRA
1 parent 37f5909 commit 3ecb5a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint-yaml.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Lint YAML
33
on: # yamllint disable-line rule:truthy
44
pull_request:
55
paths:
6-
- '**/*.yml'
7-
- '**/*.yaml'
6+
- "**/*.yml"
7+
- "**/*.yaml"
88

99
jobs:
1010
yamllint:
@@ -13,7 +13,7 @@ jobs:
1313
changed-files: ${{ steps.file-changes.outputs.changed-files }}
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

@@ -31,7 +31,7 @@ jobs:
3131
fi
3232
3333
- name: Run yamllint
34-
uses: reviewdog/action-yamllint@v1.6.1
34+
uses: reviewdog/action-yamllint@v1
3535
with:
3636
fail_on_error: false
3737
filter_mode: diff_context

0 commit comments

Comments
 (0)