Skip to content

Commit 1bdb7c2

Browse files
committed
ci: disable lint reports for now
1 parent b75944e commit 1bdb7c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- run: npm run build --if-present
2323
env:
2424
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'
25+
# disabled because the output of textlint marks warnings as errors
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'

0 commit comments

Comments
 (0)