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 3cb23b6 commit 1264231Copy full SHA for 1264231
.github/workflows/checks.yaml
@@ -57,7 +57,8 @@ jobs:
57
58
# run pub get to resolve `analysis_options.yaml` dependencies (like 'workiva_analysis_options')
59
# which might make configuration setting modifying format results
60
- - run: dart pub get
+ - working-directory: ${{ inputs.package-path }}
61
+ run: dart pub get
62
63
- name: Run format
64
working-directory: ${{ inputs.package-path }}
0 commit comments