Skip to content

fix(deps): update dependency zenn-cli to v0.1.149 #81

fix(deps): update dependency zenn-cli to v0.1.149

fix(deps): update dependency zenn-cli to v0.1.149 #81

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
textlint:
name: runner / textlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
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/**"