Skip to content

chore(frontend): spelling check #4

chore(frontend): spelling check

chore(frontend): spelling check #4

name: Frontend Spell Check
on:
push:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Run Check
run: npx cspell "**/*"
working-directory: ./frontend