Merge pull request #1577 from dolanmiu/feat/cspell-actions

Add cspell to actions
This commit is contained in:
Dolan
2022-07-08 18:19:51 +01:00
committed by GitHub

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