mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-07-02 03:20:44 +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.
|
# Consider passing '--fatal-infos' for slightly stricter analysis.
|
||||||
- name: Analyze project source
|
- 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
|
# 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
|
# package:test for this step to succeed. Note that Flutter projects will
|
||||||
|
Reference in New Issue
Block a user