Skip to content

Commit

Permalink
💚 try qodana.yml #204
Browse files Browse the repository at this point in the history
  • Loading branch information
trydofor committed Feb 6, 2024
1 parent 36c94aa commit 16123b8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Qodana
on:
workflow_dispatch:
push:
branches:
- 'main'

jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 16123b8

Please sign in to comment.