文件名称:action-textlint:适用于textlint的GitHub操作
文件大小:163KB
文件格式:ZIP
更新时间:2024-04-24 16:42:55
textlint javascript-actions TypeScript
适用于textlint的GitHub操作 该操作从报告JSON生成注释。 用法 执行textlint的示例工作流(.github / workflows / textlint.yml)如下: name : textlint on : pull_request : paths : - .github/workflows/textlint.yml - ' docs/**/*.md ' jobs : textlint : runs-on : ubuntu-latest steps : - uses : actions/checkout@v2 - run : npm install - name : run textlint id : run-textlint run :
【文件预览】:
action-textlint-main
----package.json(1KB)
----__tests__()
--------parser.test.ts(2KB)
--------main.test.ts(1KB)
--------resource()
----.eslintrc.json(2KB)
----.github()
--------dependabot.yml(274B)
--------workflows()
----.prettierignore(24B)
----jest.config.js(235B)
----action.yml(395B)
----LICENSE(1KB)
----package-lock.json(536KB)
----dist()
--------index.js(20KB)
--------sourcemap-register.js(39KB)
--------index.js.map(22KB)
--------licenses.txt(1KB)
----src()
--------Annotation.ts(481B)
--------main.ts(629B)
--------parser.ts(829B)
--------command.ts(537B)
--------AnnotationSeverityLevel.ts(100B)
----tsconfig.json(1KB)
----.gitignore(1KB)
----README.md(1KB)
----.eslintignore(24B)
----.gitattributes(38B)
----.prettierrc.json(180B)