Skip to content

「package.json も lint する」を作成 #47

「package.json も lint する」を作成

「package.json も lint する」を作成 #47

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: reviewdog
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
pull_request:
branches: [main]
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: 'articles/**'