ci: add flutter pub get to sonar workflow

This commit is contained in:
edde746
2026-02-27 14:33:47 +01:00
parent 045295b4c1
commit b100c356fc
+9
View File
@@ -12,6 +12,15 @@ jobs:
with:
fetch-depth: 0
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
cache: true
- name: Install dependencies
run: flutter pub get
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v6
env: