Skip to content

Commit 27611da

Browse files
committed
add code scan
1 parent f3e750e commit 27611da

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,16 @@ jobs:
6868
uses: github/codeql-action/autobuild@v2
6969
- name: Perform CodeQL Analysis
7070
uses: github/codeql-action/analyze@v2
71-
71+
72+
codacy-analysis-cli:
73+
name: Codacy Analysis CLI
74+
runs-on: ubuntu-latest
75+
steps:
76+
- name: Checkout code
77+
uses: actions/checkout@main
78+
- name: Run Codacy Analysis CLI
79+
uses: codacy/codacy-analysis-cli-action@master
80+
7281
smoke-test:
7382
name: Smoke Test
7483
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)