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 03fb04f commit 2e11562Copy full SHA for 2e11562
.github/workflows/pr-validation.yml
@@ -104,14 +104,10 @@ jobs:
104
# Annotation happens in separate workflow (pr-reports.yml)
105
# This allows annotations to work for fork PRs too
106
107
- - name: Show ESLint errors in console
108
- if: steps.eslint.outcome == 'failure'
109
- run: pnpm lintcached
110
-
111
- name: Fail if ESLint has errors
112
if: steps.eslint.outcome == 'failure'
113
run: |
114
- echo "::error::ESLint found errors - check output above or download artifact for details"
+ pnpm lintcached
115
exit 1
116
117
build:
0 commit comments