patrick-kidger / torchtyping

Type annotations and dynamic checking for a tensor's shape, dtype, names, etc.
Apache License 2.0
1.39k stars 33 forks source link

Add skeleton CI #9

Closed olliethomas closed 3 years ago

olliethomas commented 3 years ago

Skeleton GH Actions workflow that runs Black and Flake8, and pytest on PRs to master.

Closes #8

patrick-kidger commented 3 years ago

Not having to write this myself is the best part of open-source. Thanks for contributing!