Skip to content

Commit

Permalink
Qodana removed, license expired
Browse files Browse the repository at this point in the history
  • Loading branch information
jdahlblom committed Sep 11, 2023
1 parent a95afb5 commit 1a2fa87
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
@@ -1,20 +0,0 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- 'releases/*'

jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 1a2fa87

Please sign in to comment.