mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-06-29 10:09:45 +02:00
fixed dart analyze
This commit is contained in:
2
.github/workflows/dart.yml
vendored
2
.github/workflows/dart.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
# Consider passing '--fatal-infos' for slightly stricter analysis.
|
||||
- name: Analyze project source
|
||||
run: dart analyze
|
||||
run: dart analyze --no-fatal-warnings
|
||||
|
||||
# Your project will need to have tests in test/ and a dependency on
|
||||
# package:test for this step to succeed. Note that Flutter projects will
|
||||
|
Reference in New Issue
Block a user