Skip to content

Commit 92a2a50

Browse files
committed
Improve the configuration options of the yamllint-github-action
Follows rubocop/rubocop#11720
1 parent 8d42b19 commit 92a2a50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- name: Yamllint
3838
uses: karancode/yamllint-github-action@master
3939
with:
40+
yamllint_strict: true
41+
yamllint_format: parsable
4042
yamllint_comment: true
4143
env:
4244
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)