Skip to content

Commit

Permalink
chore: Qodana implementation workspace code analysis
Browse files Browse the repository at this point in the history
 It can analyze code written in 60+
  • Loading branch information
opZywl authored May 31, 2024
1 parent 46bd6a0 commit 3e2f2a0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- nextgen
- legacy
- 'releases/*'

jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 3e2f2a0

Please sign in to comment.