Skip to content

Update TODO.md

Update TODO.md #806

Workflow file for this run

name: spell
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: dep
run: |
sudo apt-get -y install codespell
- name: spell
run: |
make spell