We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7d892 commit a43d9acCopy full SHA for a43d9ac
1 file changed
.github/workflows/pull-request.yml
@@ -61,7 +61,16 @@ 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.0.1
73
74
Pack:
75
needs: [Build, Test]
76
runs-on: windows-latest
0 commit comments