janniss91 / SpeedyPanther

An repo that contains different Speech Processing projects and applications.
0 stars 0 forks source link

Add CI with Github Actions and pre-push hooks #3

Open janniss91 opened 1 year ago

janniss91 commented 1 year ago
  1. Add automated

    • testing
    • formatting
    • linting to the repo.
  2. Add automatic pipelines for that using Github Actions.

  3. Add pre-push hook to repo.

  4. (Maybe also add mypy for static type checking.)