diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 2599232f5..72905e364 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -27,3 +27,14 @@ jobs: - run: pnpm install - run: pnpm format:check + + cspell: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - uses: actions/setup-node@v4 + with: + node-version-file: .node_version + + - run: npx cspell --no-progress '**'