Skip to content

build(deps): bump textlint from 14.0.3 to 14.0.4 #48

build(deps): bump textlint from 14.0.3 to 14.0.4

build(deps): bump textlint from 14.0.3 to 14.0.4 #48

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"