Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
himagone committed Dec 9, 2024
1 parent dacf75f commit 540390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-textlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 20
- run: npm install
- run: find docs -name "*.md" -exec npx textlint {} \; >> ./.textlint.log
- run: npx textlint docs > ./.textlint.log
- if: ${{ failure() }}
run: gh pr comment --body-file ./.textlint.log "${URL}"
env:
Expand Down

0 comments on commit 540390a

Please sign in to comment.