Skip to content

Commit

Permalink
Merge 3b2b8b6 into 017f954
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrachev committed Sep 1, 2021
2 parents 017f954 + 3b2b8b6 commit a9cbc3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linters.yml
Expand Up @@ -17,12 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: yamllint
uses: reviewdog/action-yamllint@v1
uses: mgrachev/action-yamllint@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true
yamllint_flags: '-d "{extends: default, rules: {truthy: disable}}" .'
# yamllint_flags: '-d "{extends: default, rules: {truthy: disable}}" .'
yamllint_flags: "-d '{extends: relaxed, rules: {line-length: {max: 120}}}' ."

shellcheck:
name: linters / shellcheck
Expand Down

0 comments on commit a9cbc3c

Please sign in to comment.