Skip to content

chore(deps): update dependency textlint to v14.0.3 #93

chore(deps): update dependency textlint to v14.0.3

chore(deps): update dependency textlint to v14.0.3 #93

Workflow file for this run

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