Update to latest p4est develop branch #2691
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: spell_check | |
on: | |
push: | |
branches: | |
- main | |
- feature-*CI* # for testing this script, all feature branches with "CI" in their name | |
pull_request: | |
workflow_dispatch: # Be able to trigger this manually on github.com | |
jobs: | |
typos-check: | |
name: Spell Check with Typos | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Actions Repository | |
uses: actions/checkout@v4 | |
- name: Check spelling | |
uses: crate-ci/typos@master |