diff --git a/.github/workflows/cronet.yml b/.github/workflows/cronet.yml index 08537cdada..0b35e16aae 100644 --- a/.github/workflows/cronet.yml +++ b/.github/workflows/cronet.yml @@ -36,12 +36,10 @@ jobs: name: Install dependencies run: flutter pub get - name: Check formatting - run: 'true' - # dart format --output=none --set-exit-if-changed . + run: dart format --output=none --set-exit-if-changed . if: always() && steps.install.outcome == 'success' - name: Analyze code - run: 'true' - # flutter analyze --fatal-infos + run: flutter analyze --fatal-infos if: always() && steps.install.outcome == 'success' test: diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index a240186537..e9a6ed1b2f 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -17,7 +17,6 @@ dependencies: dev_dependencies: dart_flutter_team_lints: ^1.0.0 jnigen: ^0.6.0 - pigeon: ^3.2.3 xml: ^6.1.0 yaml_edit: ^2.0.3