Skip to content

Commit

Permalink
feature: fixed publish --dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Oct 13, 2024
1 parent f93eb45 commit 8b9c750
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_check_publish_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- run: flutter pub get

- run: dart pub publish --dry-run --verbose
- run: dart pub publish --dry-run

- name: Handle job completion
if: always()
Expand Down
8 changes: 6 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
analyzer:
errors:
dangling_library_doc_comments: ignore
include: package:flutter_lints/flutter.yaml

# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
linter:
rules:
avoid_print: false

0 comments on commit 8b9c750

Please sign in to comment.