Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Sep 7, 2023
1 parent 4ec89ae commit 139e2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion pkgs/cronet_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 139e2d8

Please sign in to comment.