Skip to content

Commit

Permalink
Include cspell and allow running it locally (#4831)
Browse files Browse the repository at this point in the history
* Include cspell and allow running it locally

* Fix package-lock file

* Use package lock from main branch.
  • Loading branch information
HarelM authored Oct 14, 2024
1 parent 4e1e1b1 commit 835abdb
Show file tree
Hide file tree
Showing 4 changed files with 936 additions and 20 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"lowp",
"Luxemburg",
"mapa",
"mapboxgl",
"maplibregl",
"mapme",
"mappedin",
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ jobs:
rm -rf docs/API/_media
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build --strict
- name: Check spelling
uses: streetsidesoftware/cspell-action@v6
with:
files: "**/*.{html,md}"
incremental_files_only: false
# This need to run after the docs are built
run: npm run spellcheck

unit-tests:
name: Unit tests and Coverage
Expand Down
Loading

0 comments on commit 835abdb

Please sign in to comment.