Skip to content

Commit

Permalink
ci: Reactivate Qodana GitHub job
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jul 21, 2023
1 parent 8a7a013 commit 6480dec
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Qodana Scan

on:
push:
tags-ignore:
- '**'
pull_request:

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 }}
with:
use-caches: true
4 changes: 3 additions & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version: "1.0"
linter: jetbrains/qodana-jvm-community:2022.2
projectJDK: 17
profile:
name: qodana.recommended
include:
- name: CheckDependencyLicenses
exclude:
- name: FieldMayBeStatic
- name: KotlinAnnotator
Expand Down

0 comments on commit 6480dec

Please sign in to comment.