truggeri / Books.Service.Transaction

Service for transactions in the Books project.
MIT License
0 stars 0 forks source link

Add type checking to CI build #11

Closed truggeri closed 6 years ago

truggeri commented 6 years ago

Describe the bug Type checking is available for this project but is not run as part of the CI build.

To Reproduce Steps to reproduce the behavior:

  1. Go to travis-ci
  2. See that type checking is not performed

Expected behavior Type checking is performed on each CI build.

Additional context There is a script at /scripts/typecheck.sh for running type checking locally.