chore: re-enable code quality workflows to run on a schedule

This commit is contained in:
Harsh Shandilya 2023-01-05 21:00:06 +05:30
parent 074420056b
commit 45872f1653
No known key found for this signature in database
2 changed files with 3 additions and 8 deletions

17
.github/workflows/qodana_scan.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Qodana
on:
schedule:
- cron: "20 3 * * 0"
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@3fdeefa830a7634a5c04f1cd70fcfb69956137a2 # v2022.3.0
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}