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 9edaee6 commit 1e01c2cCopy full SHA for 1e01c2c
.github/workflows/lint-readme.yml
@@ -23,7 +23,7 @@ jobs:
23
id: lint
24
run: |
25
set -o pipefail
26
- node ./.github/scripts/lint-readme.js | tee gh-cli-readme-lint-results.txt
+ node ./.github/scripts/lint-readme.js | tee gh-cli-readme-lint-results.txt || true
27
28
- name: Upload lint results
29
if: steps.lint.outcome == 'failure' || steps.lint.outcome == 'success'
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
- node ./.github/scripts/lint-readme.js ./scripts '##' '# scripts' | tee scripts-readme-lint-results.txt
+ node ./.github/scripts/lint-readme.js ./scripts '##' '# scripts' | tee scripts-readme-lint-results.txt || true
50
51
52
0 commit comments