We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bc4e0 commit fec479cCopy full SHA for fec479c
.github/workflows/pull-request.yml
@@ -61,21 +61,7 @@ jobs:
61
62
- name: Run tests
63
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
+
79
Pack:
80
needs: [Build, Test]
81
runs-on: windows-latest
0 commit comments