mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 18:25:00 -06:00
Update qodana.yml
Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
parent
5ef2a33334
commit
cce856c0e2
3
.github/workflows/qodana.yml
vendored
3
.github/workflows/qodana.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
name: 'Qodana Scan'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
- name: 'Qodana Scan'
|
||||
uses: JetBrains/qodana-action@main
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user