MRoboSub / mrobosub

MRoboSub main software repository
3 stars 0 forks source link

Add MyPy github action #8

Closed RCoder01 closed 2 months ago

RCoder01 commented 3 months ago

Add an action that automatically runs mypy on every commit

It should run on every mrobosub_[package], but currently mrobosub_planning is the only package that has no type issues, so we should only block merges if type checking fails there. This can be expanded to more packages as we improve the codebase.

RCoder01 commented 2 months ago

Finished, thanks @BhavyeMathur!