Skip to content

Commit 994e80e

Browse files
committed
fix: only run pub publish analysis for now
1 parent fc18018 commit 994e80e

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/analysis.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)