Skip to content

Commit

Permalink
fix working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed Nov 24, 2023
1 parent 02696d5 commit 7d06246
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ jobs:
with:
node-version: 18.x
cache: 'yarn'
working-directory: ./webapp
- run: yarn
with:
working-directory: ./webapp
- run: yarn lint
with:
working-directory: ./webapp

0 comments on commit 7d06246

Please sign in to comment.