We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de3fe9 commit 67720c3Copy full SHA for 67720c3
.github/workflows/deploy.yml
@@ -40,7 +40,6 @@ jobs:
40
run: bun install --frozen-lockfile
41
- name: Lint Markdown using textlint
42
run: bun run --bun textlint-md
43
- continue-on-error: true
44
45
textlint-html:
46
runs-on: ubuntu-24.04
@@ -58,4 +57,3 @@ jobs:
58
57
59
- name: Lint HTML using textlint
60
run: bun run --bun textlint-html
61
0 commit comments