Create qodana.yml

This commit is contained in:
Marcin Ziąbek
2023-05-09 13:14:51 +02:00
committed by GitHub
parent d1a7018748
commit 90565650c9
+19
View File
@@ -0,0 +1,19 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
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@v2023.1.0