Skip to content

Commit feb6bc9

Browse files
Don't re-pull packages or fail on info messages
1 parent e689e85 commit feb6bc9

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
@@ -27,7 +27,7 @@ jobs:
2727
run: flutter pub get
2828

2929
- name: Static Analysis
30-
run: flutter analyze
30+
run: flutter analyze --no-pub --no-fatal-infos
3131

3232
- name: Ensure the Dart code is formatted correctly
3333
run: flutter format --set-exit-if-changed --dry-run .

0 commit comments

Comments
 (0)