Skip to content

Update README.md

Update README.md #78

Workflow file for this run

name: textlint
'on':
- push
- pull_request
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: >-
npm install textlint textlint-rule-prh
textlint-rule-preset-ja-technical-writing
textlint-filter-rule-comments
- run: npx textlint **/*.md