Skip to content

Commit 963f49a

Browse files
committed
Fix analysis CI job
1 parent 3447109 commit 963f49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Check formatting
3030
run: dart run melos format --output=none --set-exit-if-changed
3131
- name: Analyze code
32-
run: dart run melos analyze --fatal-infos
32+
run: dart run melos exec dart analyze --fatal-infos
3333
- name: Run tests
3434
run: dart run melos exec dart test --reporter=github --test-randomize-ordering-seed=random

0 commit comments

Comments
 (0)