bihealth / cubi-isa-templates

CUBI ISA-Tab templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests and CI

mikkonie opened this issue · comments

Tests should be added along with CI using Github Actions.

  • Run cookiecutter on all templates, ensure they build without errors
  • Run black check
  • Run flake8 check
commented

We should make sure to test and validate all variations of cookiecutter multiple choice inputs. Possible approach: Cookiecutter's extra_content override parameter.

Oops, accidentally closed. CI still needs to be added.