Skip to content

Commit 55a3376

Browse files
Move cSpell.json to build
1 parent c682d52 commit 55a3376

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/run-tests.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
name: Setup node
109109
with:
110110
node-version: "16"
111-
- run: npm install -g cspell
112-
name: Install cSpell
113-
- run: cspell --config ./cSpell.json "docs/**/*.md" --no-progress
114-
name: Run cSpell
111+
- name: Install cSpell
112+
run: npm install -g cspell
113+
- name: Copy cSpell config
114+
run: cp ./build/cSpell.json ./cSpell.json
115+
- name: Run cSpell
116+
run: cspell --config ./cSpell.json "docs/**/*.md" --no-progress
File renamed without changes.

0 commit comments

Comments
 (0)