sebo-b / warp

Workspace Autonomous Reservation Program - a system to help you efficiently manage hybrid (assigned, hot-desks, etc) office space.
MIT License
148 stars 65 forks source link

Add GitHub CI to build and test the application #2

Closed Gjacquenot closed 3 years ago

Gjacquenot commented 3 years ago

Hello,

This pull request adds continuous integration with GitHub workflow

The Dockefile has been updated not to download dependencies every time we update Python code.

I also have performed typo updates in the Python code...

I also propose to use black to update code format.