Skip to content

Commit 81a2e4c

Browse files
committed
feature: updated workflows
1 parent 9492885 commit 81a2e4c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/push_check_publish_dry_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- run: flutter pub get
3131

32-
- run: dart pub publish --dry-run --verbose
32+
- run: dart pub publish --dry-run
3333

3434
- name: Handle job completion
3535
if: always()

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
analyzer:
22
errors:
3-
invalid_runtime_check_with_js_interop_types: ignore
43
dangling_library_doc_comments: ignore
54
include: package:flutter_lints/flutter.yaml
65

0 commit comments

Comments
 (0)