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 5ba770f commit 2a04603Copy full SHA for 2a04603
.github/workflows/codacy.yml
@@ -54,5 +54,4 @@ jobs:
54
--volume /tmp:/tmp \
55
codacy/codacy-analysis-cli \
56
analyze --tool eslint --upload --project-token ${{ secrets.CODACY_PROJECT_TOKEN }} --max-allowed-issues 99999 --commit-uuid $GITHUB_SHA
57
- if: success() # Optional, run only if the previous steps were successful
58
0 commit comments