GRIDEDIT-867/GRIDEDIT-868: Bind Casulli refinement and de-refinement API fucntions #825
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 |