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 22f1de8 commit 79c187eCopy full SHA for 79c187e
.github/workflows/nodejs.yml
@@ -124,6 +124,7 @@ jobs:
124
--format json
125
--output-file "$PWD/$REPORTS_DIR/eslint.json"
126
- name: Annotate Code
127
+ if: ${{ failure() || success() }}
128
# see https://github.com/DerLev/eslint-annotations
129
uses: DerLev/eslint-annotations@v2
130
with:
0 commit comments