Skip to content

Bump follow-redirects from 1.15.4 to 1.15.9 in /website #15

Bump follow-redirects from 1.15.4 to 1.15.9 in /website

Bump follow-redirects from 1.15.4 to 1.15.9 in /website #15

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@v3
with:
submodules: true
- name: Setup node/npm
uses: actions/setup-node@v1
with:
node-version: '18'
- 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/**"