Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit c8e6665

Browse files
authored
chore: add textlint step to CI workflow (#40)
1 parent b76bcec commit c8e6665

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424

2525
- name: Typecheck
2626
run: pnpm run typecheck
27+
28+
- name: Textlint
29+
run: pnpm run textlint

0 commit comments

Comments
 (0)