Skip to content

Github Action Type Checking Redundancy #96

@daniel-deychakiwsky

Description

@daniel-deychakiwsky

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

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions