app: add scaffholding gitignore (#496)

* app: add scaffholding gitignore

* update agents md

* add linter to mobile workflow

* run dart formatter
This commit is contained in:
l5y
2025-11-22 21:44:35 +01:00
committed by GitHub
parent 0067d7834f
commit 356f60d02f
10 changed files with 540 additions and 10 deletions
+4
View File
@@ -40,6 +40,10 @@ jobs:
run: flutter pub get
- name: Run Flutter tests with coverage
run: flutter test --coverage
- name: Check formatting
run: dart format --set-exit-if-changed .
- name: Analyze Dart code
run: flutter analyze
- name: Upload coverage to Codecov
if: always()
uses: codecov/codecov-action@v5