Merge pull request #1577 from dolanmiu/feat/cspell-actions
Add cspell to actions
This commit is contained in:
10
.github/workflows/default.yml
vendored
10
.github/workflows/default.yml
vendored
@ -58,3 +58,13 @@ jobs:
|
|||||||
run: npm ci --force
|
run: npm ci --force
|
||||||
- name: Prettier
|
- name: Prettier
|
||||||
run: npm run style
|
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
|
||||||
|
Reference in New Issue
Block a user