Skip to content

Commit

Permalink
Use working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Mar 7, 2023
1 parent 2ce4c79 commit 7191653
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dart_frog_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:

custom_lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/dart_frog_lint

steps:
# Bootstrap project
- uses: actions/[email protected]
with:
fetch-depth: 2
Expand All @@ -37,6 +42,8 @@ jobs:
run: echo "PUB_CACHE="$HOME/.pub-cache"" >> $GITHUB_ENV
- name: Install dependencies
run: flutter pub get

# Finally do some checks
- name: Run custom_lint
run: dart run custom_lint

Expand Down

0 comments on commit 7191653

Please sign in to comment.