Skip to content

Commit

Permalink
Update code_quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx authored Sep 6, 2023
1 parent 85832fd commit 29350c9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Qodana

on:
workflow_dispatch:
pull_request:
Expand All @@ -10,13 +11,13 @@ on:

jobs:
qodana:
timeout-minutes: 15
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Code Checkout
uses: actions/[email protected]

- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.1.0
uses: JetBrains/qodana-action@v2023.2.6
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 29350c9

Please sign in to comment.