mcpyproject / McPy

A open source Minecraft server written 100% in Python
GNU Affero General Public License v3.0
82 stars 16 forks source link

Github Actions #36

Open 0ddlyoko opened 4 years ago

0ddlyoko commented 4 years ago

Github actions are really useful. It's used in a lot of projects and it could be cool to add it here, in McPy

Some examples could be:

0ddlyoko commented 4 years ago

https://github.com/actions/starter-workflows/blob/6933b58bfef81ee5fb3442e2a6fa4b3774c1eaf4/ci/python-publish.yml This action publish McPy to a configurated package registry

0ddlyoko commented 4 years ago

https://github.com/actions/starter-workflows/blob/6933b58bfef81ee5fb3442e2a6fa4b3774c1eaf4/ci/python-app.yml Test a Python application

hydrostaticcog commented 3 years ago

I'd be interested in adding one that checks the different Python versions and/or checks the code in Python 3.8 or something.