Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in /website #17

Bump cross-spawn from 7.0.3 to 7.0.6 in /website

Bump cross-spawn from 7.0.3 to 7.0.6 in /website #17

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
textlint:
name: runner / textlint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Setup node/npm
uses: actions/setup-node@v4
with:
node-version: 'latest'
- name: textlint-github-pr-check
uses: tsuyoshicho/action-textlint@v3
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
textlint_flags: "website/**"
- name: textlint-github-check
uses: tsuyoshicho/action-textlint@v3
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
textlint_flags: "website/**"
- name: textlint-github-pr-review
uses: tsuyoshicho/action-textlint@v3
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
textlint_flags: "website/**"