Skip to content

Commit

Permalink
fixed folder directory
Browse files Browse the repository at this point in the history
  • Loading branch information
plxity committed Dec 5, 2024
1 parent 21d3f78 commit 91668f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: cd js && pnpm install --frozen-lockfile

- name: Run ESLint
run: pnpm run lint
run: cd js && pnpm run lint
continue-on-error: false

- name: Run Prettier
run: pnpm run prettier:check
run: cd js && pnpm run prettier:check
continue-on-error: false

0 comments on commit 91668f2

Please sign in to comment.