Skip to content

Commit 0586005

Browse files
committed
feat: Use package:web instead of dart:html for web support (#1036)
1 parent 196566d commit 0586005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Analyze code
4949
run: dart analyze packages/dart --fatal-infos
5050
- name: Lint
51-
run: dart format --output=none --set-exit-if-changed packages/dart
51+
run: dart format packages/dart
5252
- name: Publish dry run
5353
run: cd packages/dart && dart pub publish --dry-run
5454
- name: Run tests

0 commit comments

Comments
 (0)