Merge pull request #139 from Immortals-Robotics/dev/zones #210
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: Typo check | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
sparse-checkout-cone-mode: false | |
sparse-checkout: | | |
*.h | |
*.hpp | |
*.c | |
*.cpp | |
*.fs | |
*.vs | |
*.toml | |
*.yml | |
*.ttf | |
- name: Check for typos | |
uses: crate-ci/[email protected] |