Skip to content

Commit

Permalink
chore(frontend): spelling check
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibes-INS committed Jul 11, 2024
1 parent 3023a10 commit 21d6db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Install dependencies
run: pnpm install
working-directory: ./frontend
working-directory: frontend

- name: Run Check
run: npx cspell "**/*"
working-directory: ./frontend
working-directory: frontend

0 comments on commit 21d6db5

Please sign in to comment.