Skip to content

Commit

Permalink
ci: remove unnecessary code quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 authored Oct 22, 2023
1 parent 34130ac commit ab1a829
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- name: 'Codecov'
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit ab1a829

Please sign in to comment.