Skip to content

Commit

Permalink
Update code_quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx committed Oct 10, 2023
1 parent d29eb55 commit 9a9945a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Code Checkout
uses: actions/checkout@v3.6.0

- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2.6
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- name: Qodana Composite
uses: Red-Studio-Ragnarok/Qodana-Composite@main
with:
qodana_token: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 9a9945a

Please sign in to comment.