mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-07-06 18:01:19 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user