Skip to content

Correct Dependency Declaration in TOML #241

Correct Dependency Declaration in TOML

Correct Dependency Declaration in TOML #241

Workflow file for this run

on:
pull_request:
path: |
"README.md"
workflow_dispatch:
name: LanguageTool check
jobs:
languagetool_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: reviewdog/action-languagetool@v1
with:
reporter: github-pr-review
patterns: README.md
level: warning