Add cspell to actions

This commit is contained in:
Dolan Miu
2022-07-06 16:43:58 +01:00
parent a2017fc353
commit 719f7c8f9e

View File

@ -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