diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 5fb10bde82..bbb9bc18b0 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -58,3 +58,13 @@ jobs: run: npm ci --force - name: Prettier run: npm run style + cspell: + name: CSpell + runs-on: ubuntu-latest + steps: + - name: Checkout Repo + uses: actions/checkout@master + - name: Install Dependencies + run: npm ci --force + - name: Prettier + run: npm run cspell