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 ba1532e commit 8d3fa1fCopy full SHA for 8d3fa1f
.github/workflows/analyzer.yml
@@ -9,11 +9,12 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
- uses: dart-lang/setup-dart@v1
12
- - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
+ - uses: subosito/flutter-action@v2
13
with:
14
channel: stable
15
- - uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
+ - run: dart pub get
16
+ - run: dart pub global activate melos
17
+ - run: melos bootstrap
18
+ - uses: invertase/github-action-dart-analyzer@v1
19
- melos-version: '5.3.0'
- - name: 'Run Analyze'
- run: melos analyze-ci
20
+ fatal-infos: true
0 commit comments