From 719f7c8f9e2b176e4db0ab9f6ff95fff717340a7 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Wed, 6 Jul 2022 16:43:58 +0100 Subject: [PATCH] Add cspell to actions --- .github/workflows/default.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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