Skip to content

Commit

Permalink
👷 add languagetool
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Apr 8, 2021
1 parent 4149dd2 commit b5be71c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: reviewdog

on: [pull_request]

jobs:
linting:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check style and grammar
uses: reviewdog/action-languagetool@v1
with:
github_token: ${{ secrets.github_token }}
patterns: '**/*.md **/*.tex'
language: de-DE
level: warning

0 comments on commit b5be71c

Please sign in to comment.