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 5ba1098 commit da41266Copy full SHA for da41266
.github/workflows/codacy.yml
@@ -49,3 +49,4 @@ jobs:
49
codacy/codacy-analysis-cli \
50
analyze --tool eslint --upload --project-token ${{ secrets.CODACY_PROJECT_TOKEN }} --max-allowed-issues 99999 --commit-uuid $GITHUB_SHA
51
if: success() # Optional, run only if the previous steps were successful
52
+
0 commit comments