We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43d9ac commit 4f56780Copy full SHA for 4f56780
1 file changed
.github/workflows/on-push.yml
@@ -44,7 +44,15 @@ jobs:
44
- name: Run tests
45
run: dotnet test -c ${{ matrix.configuration }} -f ${{ matrix.testtarget }} --no-restore
46
47
-
+ Codacy-Analysis:
48
+ runs-on: ubuntu-latest
49
+ name: Codacy Analysis CLI
50
+ steps:
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
55
+
56
Package:
57
needs: [BuildAndTest]
58
runs-on: windows-latest
0 commit comments