Skip to content

Commit 2f1f217

Browse files
Updated .github/workflows/lint-yaml.yml NO_JIRA
1 parent 03ec6a1 commit 2f1f217

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/lint-yaml.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,17 @@ jobs:
2626
echo "REVIEWDOG_REPORTER=github-check" >> $GITHUB_ENV
2727
fi
2828
29+
- name: Get changed files
30+
id: file_changes
31+
uses: trilom/[email protected]
32+
with:
33+
output: ' '
34+
2935
- name: Run yamllint
3036
uses: reviewdog/action-yamllint@v1
3137
with:
3238
fail_on_error: false
3339
filter_mode: diff_context
34-
level: info
40+
level: warning
41+
yamllint_flags: ${{ steps.file_changes.outputs.files }}
3542
reporter: ${{ env.REVIEWDOG_REPORTER }}

0 commit comments

Comments
 (0)