Question
Is there a bit of redundancy over type checking in the Github actions main workflow (main.yml) from this cookiecutter?
The Github action's main workflow runs:
- a "quality" job which runs
make check (which runs a type check)
- and a "tests-and-type-check" job which runs a dedicated type checking step
Question
Is there a bit of redundancy over type checking in the Github actions main workflow (main.yml) from this cookiecutter?
The Github action's main workflow runs:
make check(which runs a type check)