refactor: merge common/ into app/

This commit is contained in:
Tien Do Nam
2026-07-14 17:26:20 +02:00
parent 747837ea9d
commit c8423d5315
140 changed files with 890 additions and 868 deletions
-17
View File
@@ -34,13 +34,6 @@ jobs:
working-directory: app
run: dart format --set-exit-if-changed lib test
- name: Dependencies (common)
working-directory: common
run: dart pub get
- name: Check format (common)
working-directory: common
run: dart format --set-exit-if-changed lib test
test:
runs-on: ubuntu-latest
@@ -65,16 +58,6 @@ jobs:
working-directory: app
run: flutter test
- name: Dependencies (common)
working-directory: common
run: dart pub get
- name: Analyze (common)
working-directory: common
run: dart analyze
- name: Test (common)
working-directory: common
run: dart test
packaging:
runs-on: ubuntu-latest