Skip to content

Commit

Permalink
Update reviewdog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealArthurDent authored Oct 5, 2024
1 parent 20fe296 commit ea5af16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/reviewdog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,28 @@ jobs:
reporter: github-pr-review
locale: US
ignore: mosquitto
filter_mode: nofilter
fail_on_error: false

- name: Action lint
filter_mode: nofilter
fail_on_error: false
uses: reviewdog/[email protected]
with:
reporter: github-pr-review
filter_mode: nofilter
fail_on_error: false

- name: YAML lint
uses: reviewdog/[email protected]
with:
reporter: github-pr-review
filter_mode: nofilter
fail_on_error: false

- name: Markdown lint
uses: reviewdog/[email protected]
with:
reporter: github-pr-review
filter_mode: nofilter
fail_on_error: false

0 comments on commit ea5af16

Please sign in to comment.