lavenderdotpet / LibreQuake

A freesoftware quake one remake with art under the BSD license
https://discord.gg/nsr6DTF6RX
Other
418 stars 34 forks source link

Add a minimal CI workflow #114

Closed pnahratow closed 8 months ago

pnahratow commented 8 months ago

This change adds a tiny CI workflow to keep the python files clean. I made the initial changes to the py files which mostly was inconsistent whitespaces and some minor issues.

The pipelines runs only on pull requests at moment and in the future could be expanded to check that your usual release build workflows runs without issues.

PS: I have excluded docs/.etherpad-backups from the checks since I assume this is an unmaintained file. Also since github actions haven't been configured for this repository before the CI run won't be triggered due to security but should run on the next PR.