Skip to content

Commit 7191653

Browse files
committed
Use working-directory
1 parent 2ce4c79 commit 7191653

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dart_frog_lint.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ jobs:
2626

2727
custom_lint:
2828
runs-on: ubuntu-latest
29+
defaults:
30+
run:
31+
working-directory: packages/dart_frog_lint
32+
2933
steps:
34+
# Bootstrap project
3035
- uses: actions/[email protected]
3136
with:
3237
fetch-depth: 2
@@ -37,6 +42,8 @@ jobs:
3742
run: echo "PUB_CACHE="$HOME/.pub-cache"" >> $GITHUB_ENV
3843
- name: Install dependencies
3944
run: flutter pub get
45+
46+
# Finally do some checks
4047
- name: Run custom_lint
4148
run: dart run custom_lint
4249

0 commit comments

Comments
 (0)