We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cd031 commit 2f53ea4Copy full SHA for 2f53ea4
3 files changed
.github/workflows/lint-sentence-newline.yml
@@ -37,8 +37,8 @@ jobs:
37
38
- name: Install dependencies
39
if: steps.changed-files.outputs.any_changed == 'true'
40
- run: npm ci
+ run: npm ci --include=dev
41
42
- name: Run sentence newline lint
43
44
- run: npx textlint ${{ steps.changed-files.outputs.all_changed_files }}
+ run: npx textlint --config .textlintrc.json ${{ steps.changed-files.outputs.all_changed_files }}
0 commit comments