Skip to content

Commit

Permalink
define that path of yarn.lock since it is not in the root
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed Nov 24, 2023
1 parent 9487fef commit d0a7964
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./webapp
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'yarn'
cache-dependency-path: ./webapp/yarn.lock
- run: yarn
working-directory: ./webapp
- run: yarn lint
working-directory: ./webapp

0 comments on commit d0a7964

Please sign in to comment.