Merge pull request #33 from WebAppPentestGuidelines/fix_nosql #161
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 textlint-filter-rule-allowlist | |
- run: npx textlint "content/**/*.md" |