File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,18 +14,17 @@ jobs:
1414 channel : " stable"
1515 cache : true
1616 - uses : bluefireteam/melos-action@v3
17+
18+ # unused until https://github.com/dart-lang/pana/issues/1020 is fixed
19+ # # Only run dart-package-analyzer on the main workmanager package
20+ # # The platform-specific packages are not meant to be published individually
21+ # - uses: axel-op/dart-package-analyzer@v3
22+ # if: matrix.package == 'workmanager'
23+ # with:
24+ # githubToken: ${{ secrets.GITHUB_TOKEN }}
25+ # relativePath: ${{ matrix.package }}/
1726
18- # Only run dart-package-analyzer on the main workmanager package
19- # The platform-specific packages are not meant to be published individually
20- - uses : axel-op/dart-package-analyzer@v3
21- if : matrix.package == 'workmanager'
22- with :
23- githubToken : ${{ secrets.GITHUB_TOKEN }}
24- relativePath : ${{ matrix.package }}/
25-
26- # For other packages, run standard Flutter analysis
2727 - name : Analyze package
28- if : matrix.package != 'workmanager'
2928 run : |
3029 cd ${{ matrix.package }}
3130 flutter analyze
You can’t perform that action at this time.
0 commit comments