Skip to content

Commit

Permalink
Qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
FaeyUmbrea committed Sep 24, 2023
1 parent a0fa3e7 commit 7f9302e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ on:
push:
branches:
- main
- 'releases/*'

jobs:
qodana:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
uses: JetBrains/qodana-action@v2023.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 7f9302e

Please sign in to comment.