Skip to content

Merge pull request #17 from Immortals-Robotics/dev/soccer-cleanup #16

Merge pull request #17 from Immortals-Robotics/dev/soccer-cleanup

Merge pull request #17 from Immortals-Robotics/dev/soccer-cleanup #16

Workflow file for this run

name: Typo check
on:
push:
branches:
- main
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]