Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fix(ci): change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
floriaaan committed Aug 6, 2023
1 parent 04266c8 commit 273eecc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm run lint
- run: |
cd ./apps/mobile
npm ci
- run: |
cd ./apps/mobile
npm run lint

0 comments on commit 273eecc

Please sign in to comment.