Skip to content

Commit 1264231

Browse files
specify working directory
1 parent 3cb23b6 commit 1264231

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757

5858
# run pub get to resolve `analysis_options.yaml` dependencies (like 'workiva_analysis_options')
5959
# which might make configuration setting modifying format results
60-
- run: dart pub get
60+
- working-directory: ${{ inputs.package-path }}
61+
run: dart pub get
6162

6263
- name: Run format
6364
working-directory: ${{ inputs.package-path }}

0 commit comments

Comments
 (0)