diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb94b86..780ba98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Initialize workspace run: melos bootstrap - name: Check format - run: melos exec -- dart format --output=none --set-exit-if-changed . + run: melos format --output none --set-exit-if-changed lint: name: Lint @@ -40,4 +40,4 @@ jobs: - name: Initialize workspace run: melos bootstrap - name: Lint using flutter analyze - run: melos exec -- flutter analyze + run: melos analyze diff --git a/pubspec.yaml b/pubspec.yaml index e434d04..0f91b54 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,4 +5,4 @@ environment: dev_dependencies: flutter_lints: ^3.0.1 - melos: ^4.0.0 + melos: ^6.0.0