Skip to content

Commit 2f53ea4

Browse files
committed
fix(deps): update newline lint
1 parent f4cd031 commit 2f53ea4

3 files changed

Lines changed: 256 additions & 167 deletions

File tree

.github/workflows/lint-sentence-newline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737

3838
- name: Install dependencies
3939
if: steps.changed-files.outputs.any_changed == 'true'
40-
run: npm ci
40+
run: npm ci --include=dev
4141

4242
- name: Run sentence newline lint
4343
if: steps.changed-files.outputs.any_changed == 'true'
44-
run: npx textlint ${{ steps.changed-files.outputs.all_changed_files }}
44+
run: npx textlint --config .textlintrc.json ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)