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.
textlint
1 parent bd9db50 commit 16ea66cCopy full SHA for 16ea66c
.github/workflows/git.yaml
@@ -1,9 +1,10 @@
1
-name: Git Checks
+name: 🔍 Git Checks
2
3
on: [pull_request]
4
5
jobs:
6
- block-fixup:
+ block-fixup-merge:
7
+ name: 🚫 Merge Blocked by Git Fixup
8
runs-on: ubuntu-24.04
9
10
steps:
package.json
@@ -48,7 +48,8 @@
48
"remark-cli": "12.0.1",
49
"remark-preset-lint-consistent": "6.0.1",
50
"remark-preset-lint-markdown-style-guide": "6.0.1",
51
- "remark-preset-lint-recommended": "7.0.1"
+ "remark-preset-lint-recommended": "7.0.1",
52
+ "textlint": "15.2.1"
53
},
54
"packageManager": "yarn@4.9.2"
55
}
0 commit comments