padelt / temper-python

libusb/PyUSB-based driver to read TEMPer USB HID devices (USB ID 0c45:7401) and serve as a NetSNMP passpersist module
Other
182 stars 76 forks source link

Add continuous integration #117

Closed davet2001 closed 2 years ago

davet2001 commented 2 years ago

This PR is to add continuous integration to the repository, I.e. github actions will automatically run pytests on any PRs to verify that they don’t break something.

In future we can add things like pylint etc (but currently that generates a lot of errors!)

padelt commented 2 years ago

Hey @davet2001 , I gave you (and @amorphic ) direct access to this repo. AFAIU, this should allow you to merge PRs yourself. Maybe this is a good PR to test that? (As always: Thanks for the work!)