Skip to content

Commit

Permalink
Add codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 18, 2023
1 parent c0d5624 commit 7cd319f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ jobs:
run: pip install .
- name: Test import
run: python -c "import leafmap; print('leafmap import successful')"
- name: Discover typos with codespell
run: |
pip install codespell
codespell --skip=".*,.git/*,*.csv,*.geojson,*.json,*.js,*.html,*cff,*.pdf" --ignore-words-list="aci,acount,acounts,fallow,hart,hist,nd,ned,ois,wqs"

0 comments on commit 7cd319f

Please sign in to comment.