We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44a356 commit 2b686f7Copy full SHA for 2b686f7
1 file changed
.github/workflows/analyzer.yml
@@ -0,0 +1,17 @@
1
+name: Dart Analyzer
2
+
3
+on:
4
+ pull_request:
5
6
+jobs:
7
+ analyze:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v2
11
+ - uses: subosito/flutter-action@v2
12
+ with:
13
+ channel: stable
14
+ - run: flutter pub get
15
+ - run: flutter pub global activate melos
16
+ - run: melos bootstrap
17
+ - uses: invertase/github-action-dart-analyzer@v1
0 commit comments