Skip to content

Commit

Permalink
Update run-textlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
himagone authored Dec 9, 2024
1 parent a128cb3 commit 0bb6102
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: npx textlint ./docs > ./.textlint.log
- run: npx textlint ./docs/**/*.md || true
- if: ${{ failure() }}
run: gh pr comment --body-file ./.textlint.log "${URL}"
env:
Expand Down

0 comments on commit 0bb6102

Please sign in to comment.