benmoran56 / esper

An ECS (Entity Component System) for Python
MIT License
537 stars 67 forks source link

Add automated testing using GitHub Actions. #66

Closed HexDecimal closed 2 years ago

HexDecimal commented 2 years ago

I made a GitHub workflow and attempted to mimic the existing TravisCI script. This runs Pytest on commits and pull requests.

This is just a small script to start with. I can add Python linters if you're interested in that.