Skip to content

Commit

Permalink
PR icsharpcode#553: Remove broken codacy integration
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel authored Dec 19, 2020
1 parent b7bc4e0 commit fec479c
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,7 @@ jobs:

- name: Run tests
run: dotnet test -c ${{ matrix.configuration }} -f ${{ matrix.target }} --no-restore

Codacy-Analysis:
runs-on: ubuntu-latest
name: Codacy Analysis CLI
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run codacy-analysis-cli
uses: codacy/[email protected]
with:
# The current issues needs to be fixed before this can be removed
max-allowed-issues: 9999
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
upload: true


Pack:
needs: [Build, Test]
runs-on: windows-latest
Expand Down

0 comments on commit fec479c

Please sign in to comment.