Leibniz-HBI / tegracli

A Telegram/telethon research convenience wrapper for the terminal.
https://pypi.org/project/tegracli/
MIT License
5 stars 1 forks source link

setup Actions to run code quality control programs #9

Closed pekasen closed 2 years ago

pekasen commented 2 years ago

Too ensure consistent code that algin with our code guide lines it is helpful to implement quality gates. Naturally the opportunity for such checks are pull request (not pushes, as our main branch should always be locked).

The GitHub documentation gives some examples: building and testing python.