Skip to content

Commit

Permalink
Create qodana.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Feb 8, 2023
1 parent 8240ef9 commit 9b909df
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/qodana.yml
@@ -0,0 +1,18 @@
name: Qodana Report
on:
push:
branches:
- main
paths:
- 'api/**'
- 'example-plugin/**'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 9b909df

Please sign in to comment.