Skip to content

Commit

Permalink
Add codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 31, 2023
1 parent 6388a5b commit 01c0c97
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
pip install --no-cache-dir Cython
pip install -r requirements.txt -r requirements_dev.txt
pip install -r requirements.txt -r requirements_dev.txt -r requirements_docs.txt
pip install .
- name: Discover typos with codespell
run: codespell --skip="*.csv,*.geojson,*.json,*.js,*.html,*cff,*.pdf,./.git" --ignore-words-list="aci,acount,acounts,fallow,hart,hist,nd,ned,ois,wqs"
Expand All @@ -34,7 +34,6 @@ jobs:
python -m unittest discover tests/
- name: Build docs
run: |
pip install -r requirements_docs.txt
mkdocs build
# - name: Deploy to Netlify
# uses: nwtgck/actions-netlify@v2.0
Expand Down

0 comments on commit 01c0c97

Please sign in to comment.