Skip to content

Merge pull request #138 from Immortals-Robotics/dev/role-assignment #208

Merge pull request #138 from Immortals-Robotics/dev/role-assignment

Merge pull request #138 from Immortals-Robotics/dev/role-assignment #208

Workflow file for this run

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]