wb8tyw / D-Rats

D-Rats program for D-Star Ham Radios
https://iz2lxi.jimdofree.com/
Other
7 stars 1 forks source link

test(pylint) Add pylint github action #253

Closed wb8tyw closed 2 years ago

wb8tyw commented 2 years ago

.github/workflows/pylint.yml: Pylint action for github

tests/install_pylint_ubunut.sh: Script to make sure pylint is installed on Ubuntu

wb8tyw commented 2 years ago

Link to a run that detected a python lint issue

wb8tyw commented 2 years ago

An elementary github action. A more advanced one would filter out just changed portions of the file and then annotated any issues in the File Changed tab.

This type of action is useful for a shared project to make prevent bugs and help improve the consistency of the project.