You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add codespell spell-check workflow and fix typos in core
Add .github/workflows/spell-check.yml running codespell on every push
and pull_request, and a .codespellrc limiting the check to core/.
Fix all typos caught by the new check:
- Deafult -> Default (log.py)
- caculate -> calculate (federated_class_incremental_learning.py)
- enviroment -> environment (simulation.py, simulation_system_admin.py)
- segmantation -> segmentation (dataset.py)
Fixes#232
Signed-off-by: dev-aditya-hub <premjadhvar95@gmail.com>
0 commit comments