Skip to content

Commit 4f56780

Browse files
authored
Add Codacy to Push workflow
1 parent a43d9ac commit 4f56780

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/on-push.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,15 @@ jobs:
4444
- name: Run tests
4545
run: dotnet test -c ${{ matrix.configuration }} -f ${{ matrix.testtarget }} --no-restore
4646

47-
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+
4856
Package:
4957
needs: [BuildAndTest]
5058
runs-on: windows-latest

0 commit comments

Comments
 (0)