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 4d83ecb commit a118c46Copy full SHA for a118c46
.github/workflows/codacy.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
27
tool: eslint
28
+ upload_report: "true"
29
30
- name: Install dependencies
31
run: |
0 commit comments