Skip to content

Commit a43d9ac

Browse files
authored
Add Codacy to PR workflow
1 parent 8f7d892 commit a43d9ac

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,16 @@ jobs:
6161

6262
- name: Run tests
6363
run: dotnet test -c ${{ matrix.configuration }} -f ${{ matrix.target }} --no-restore
64-
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+
6574
Pack:
6675
needs: [Build, Test]
6776
runs-on: windows-latest

0 commit comments

Comments
 (0)