Skip to content

Commit

Permalink
fix(ci): cd to ui directory for fontend-linting
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed Nov 16, 2023
1 parent b183324 commit 234ea1e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Cd to ui directory
run: cd ui
- name: install frontend dependencies
run: pnpm install
run: cd ui && pnpm install
- name: lint frontend
run: pnpm lint
run: cd ui && pnpm lint

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 234ea1e

Please sign in to comment.