Skip to content

Commit

Permalink
ci: add aodana
Browse files Browse the repository at this point in the history
  • Loading branch information
chaunsin committed Aug 31, 2023
1 parent 289e3d5 commit 4a4dbeb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
@@ -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@v2023.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 4a4dbeb

Please sign in to comment.