Skip to content

Commit 694ff35

Browse files
dart pub get v2
1 parent caa30ae commit 694ff35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/on-pr-push-code-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
if: steps.check_files.outputs.files_exists == 'true'
2626
run: dart pub get
2727

28+
- run: dart pub get
29+
working-directory: tools/add_imports
30+
2831
- name: Run static code analysis
2932
if: steps.check_files.outputs.files_exists == 'true'
3033
uses: invertase/github-action-dart-analyzer@v1

0 commit comments

Comments
 (0)