mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore: re-enable code quality workflows to run on a schedule
This commit is contained in:
parent
074420056b
commit
45872f1653
2 changed files with 3 additions and 8 deletions
17
.github/workflows/qodana_scan.yml
vendored
Normal file
17
.github/workflows/qodana_scan.yml
vendored
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue