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 ff11882 commit 3f716baCopy full SHA for 3f716ba
.github/workflows/analyze.yml
@@ -70,6 +70,11 @@ jobs:
70
timeout-minutes: 20
71
steps:
72
- uses: actions/checkout@v3
73
+ - name: Apply dependency override
74
+ if: ${{ inputs.package == 'flutter' }}
75
+ working-directory: ${{ inputs.package }}
76
+ run: |
77
+ sed -i.bak 's|sentry:.*|sentry:\n path: /github/workspace/dart|g' pubspec.yaml
78
- uses: axel-op/dart-package-analyzer@7a6c3c66bce78d82b729a1ffef2d9458fde6c8d2 # pin@v3
79
id: analysis
80
with:
0 commit comments