GRIDEDIT-1658: correct exception in mesh2d_get_filtered_face_polygons #882
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Codespell | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
name: Codespell Check | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: codespell-project/actions-codespell@master | |
with: | |
check_filenames: true | |
skip: tests,extern,build,.git,.gitignore,*.tif,*.ppt,*.pdf,*.jpg,*.cd,*.ipynb |