Skip to content

Commit ab1a829

Browse files
authored
ci: remove unnecessary code quality checks
1 parent 34130ac commit ab1a829

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/code_quality.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
with:
2020
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2121
fetch-depth: 0 # a full history is required for pull request analysis
22-
- name: 'Qodana Scan'
23-
uses: JetBrains/[email protected]
24-
with:
25-
upload-result: true
26-
env:
27-
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
2822
- name: 'Codecov'
2923
uses: codecov/codecov-action@v3
3024
env:

0 commit comments

Comments
 (0)