syasini / AstroPaint

A python package for creating mock maps of astrophysical signals from a halo catalog
MIT License
46 stars 13 forks source link

GitHub Actions Workflow #79

Closed syasini closed 4 years ago

syasini commented 4 years ago

Add CI workflow with GitHub Actions.

The workflow should lint the code and run the tests on push and pull request events.

syasini commented 4 years ago

@zpace I added a GitHub Actions python package workflow to the repo for continuous integration. Now every time a push or pull request is submitted, all the tests will run and the code style will be checked with flake8. I thought you might be interested.

syasini commented 4 years ago

The Actions workflow is working for both develop and master branches. Closing this.