Skip to content

Commit

Permalink
Create qodana.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Aug 21, 2023
1 parent ebc5e08 commit 5dc1f6e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/qodana.yml
@@ -0,0 +1,20 @@
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
with:
use-caches: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 5dc1f6e

Please sign in to comment.