Skip to content

Commit fec479c

Browse files
authored
PR #553: Remove broken codacy integration
1 parent b7bc4e0 commit fec479c

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/pull-request.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,7 @@ jobs:
6161

6262
- name: Run tests
6363
run: dotnet test -c ${{ matrix.configuration }} -f ${{ matrix.target }} --no-restore
64-
65-
Codacy-Analysis:
66-
runs-on: ubuntu-latest
67-
name: Codacy Analysis CLI
68-
steps:
69-
- name: Checkout code
70-
uses: actions/checkout@v2
71-
- name: Run codacy-analysis-cli
72-
uses: codacy/codacy-analysis-cli-action@1.1.0
73-
with:
74-
# The current issues needs to be fixed before this can be removed
75-
max-allowed-issues: 9999
76-
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
77-
upload: true
78-
64+
7965
Pack:
8066
needs: [Build, Test]
8167
runs-on: windows-latest

0 commit comments

Comments
 (0)