Create qodana.yml

This commit is contained in:
Stefano 2023-02-09 13:27:25 +01:00 committed by GitHub
parent eef3b105b9
commit 3c73d2a721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/workflows/qodana.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2022.3.3
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}