Skip to content

Commit

Permalink
Create qodana.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Sep 14, 2023
1 parent 2df85b6 commit 199e608
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/qodana.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Qodana
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 199e608

Please sign in to comment.