Skip to content

Commit 8d3fa1f

Browse files
committed
revert the analyzer
1 parent ba1532e commit 8d3fa1f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/analyzer.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: dart-lang/setup-dart@v1
12-
- uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
12+
- uses: subosito/flutter-action@v2
1313
with:
1414
channel: stable
15-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
15+
- run: dart pub get
16+
- run: dart pub global activate melos
17+
- run: melos bootstrap
18+
- uses: invertase/github-action-dart-analyzer@v1
1619
with:
17-
melos-version: '5.3.0'
18-
- name: 'Run Analyze'
19-
run: melos analyze-ci
20+
fatal-infos: true

0 commit comments

Comments
 (0)