Skip to content

Commit c5781fc

Browse files
committed
Allow flutter branch lint to skip pub get in setup, since analyze pulls anyway
1 parent cc3e0d9 commit c5781fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/flutter-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
use-cache: false
6262
clean: true
6363
working-directory: ${{ inputs.working-directory }}
64+
skip-pub-get: true
6465
skip-build-runner: true
6566
- run: flutter analyze
6667

0 commit comments

Comments
 (0)