mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
Merge pull request #7013 from firefly-iii/JC5-patch-1
Update qodana.yml
This commit is contained in:
commit
13712f7c5e
3
.github/workflows/qodana.yml
vendored
3
.github/workflows/qodana.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
- name: Install dependencies
|
||||
run: composer install --no-scripts
|
||||
|
||||
- name: 'Qodana Scan'
|
||||
uses: JetBrains/qodana-action@main
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user