Skip to content

Edit menu for Tank Controller + test #18

Edit menu for Tank Controller + test

Edit menu for Tank Controller + test #18

Workflow file for this run

---
name: Check Spelling
on:
push:
branches-ignore:
- main
pull_request:
branches:
- main
jobs:
build:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Check Spelling
uses: codespell-project/actions-codespell@master
with:
check_filenames: true