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 a74bc30 commit 3ac2d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frontend-spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install
with:
version: 8

- name: Run Check
run: npx cspell "**/*"
Expand Down

0 comments on commit 3ac2d92

Please sign in to comment.