We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecdad6 commit b3c3a00Copy full SHA for b3c3a00
.github/workflows/build.yml
@@ -175,9 +175,11 @@ jobs:
175
- name: Run lint
176
shell: bash
177
id: lint
178
+ continue-on-error: true
179
run: |
180
npm run lint -- --format=json --output-file reports/lint-report.json
- continue-on-error: true
181
+ # hack to print results in the console
182
+ node --print "require('./node_modules/eslint/lib/cli-engine/formatters/stylish.js')(require('./reports/lint-report.json'))"
183
184
- name: Annotate Code Linting Results
185
uses: ataylorme/eslint-annotate-action@d57a1193d4c59cbfbf3f86c271f42612f9dbd9e9 # 3.0.0
0 commit comments