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 ad02688 commit d0efee0Copy full SHA for d0efee0
.github/workflows/on-push.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Checkout code
52
uses: actions/checkout@v2
53
- name: Run codacy-analysis-cli
54
- uses: codacy/codacy-analysis-cli-action@1.0.1
+ uses: codacy/codacy-analysis-cli-action@1.1.0
55
with:
56
# The current issues needs to be fixed before this can be removed
57
max-allowed-issues: 9999
.github/workflows/pull-request.yml
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
0 commit comments