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 b75944e commit 1bdb7c2Copy full SHA for 1bdb7c2
.github/workflows/ci.yml
@@ -22,10 +22,10 @@ jobs:
22
- run: npm run build --if-present
23
env:
24
NODE_OPTIONS: '--max_old_space_size=4096'
25
-
26
- # re-run lint:text with junit output for github annotations
27
- - run: npm run lint:text -- --format junit --output-file lint-report.xml
28
- - uses: mikepenz/action-junit-report@v3
29
- if: always()
30
- with:
31
- report_paths: 'lint-report.xml'
+# disabled because the output of textlint marks warnings as errors
+# # re-run lint:text with junit output for github annotations
+# - run: npm run lint:text -- --format junit --output-file lint-report.xml
+# - uses: mikepenz/action-junit-report@v3
+# if: always()
+# with:
+# report_paths: 'lint-report.xml'
0 commit comments