Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 75 updates #4619

build(deps): bump the minor-and-patch group across 1 directory with 75 updates

build(deps): bump the minor-and-patch group across 1 directory with 75 updates #4619

name: reviewdog
on: [pull_request]
jobs:
linter_name:
name: Language check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-languagetool@v1
with:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-pr-review
# Change reporter level if you need.
level: info
patterns: '**/*.md **/*.txt'