Skip to content

build(deps): bump textlint from 13.3.3 to 13.4.1 #39

build(deps): bump textlint from 13.3.3 to 13.4.1

build(deps): bump textlint from 13.3.3 to 13.4.1 #39

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
textlint:
name: runner / textlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: textlint-github-pr-review
uses: tsuyoshicho/action-textlint@v3
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: warning
textlint_flags: "**/*.md"