Create Qodana profile

This commit is contained in:
Masterain
2023-09-24 17:27:23 -07:00
parent ffc380f96d
commit bfa5325a09
2 changed files with 49 additions and 0 deletions

View File

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