Skip to content

Commit 67720c3

Browse files
committed
ci: textlintのエラーの抑制を無効化
1 parent 1de3fe9 commit 67720c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
run: bun install --frozen-lockfile
4141
- name: Lint Markdown using textlint
4242
run: bun run --bun textlint-md
43-
continue-on-error: true
4443

4544
textlint-html:
4645
runs-on: ubuntu-24.04
@@ -58,4 +57,3 @@ jobs:
5857
run: bun install --frozen-lockfile
5958
- name: Lint HTML using textlint
6059
run: bun run --bun textlint-html
61-
continue-on-error: true

0 commit comments

Comments
 (0)