mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
refactor: merge common/ into app/
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user