We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3447109 commit 963f49aCopy full SHA for 963f49a
.github/workflows/dart.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Check formatting
30
run: dart run melos format --output=none --set-exit-if-changed
31
- name: Analyze code
32
- run: dart run melos analyze --fatal-infos
+ run: dart run melos exec dart analyze --fatal-infos
33
- name: Run tests
34
run: dart run melos exec dart test --reporter=github --test-randomize-ordering-seed=random
0 commit comments