intel / ledmon

Enclosure LED Utilities
GNU General Public License v2.0
72 stars 49 forks source link

Add yapf github action for indent checking #196

Closed mku514k closed 11 months ago

mku514k commented 11 months ago

Add "YAPF Python Code Formatting check" (yapf-action) github action, to be run on ledmon pull requests, to check if python test files have proper formatting.

Fix style issues discovered by the tool.

mku514k commented 11 months ago

Closing this PR as by using "force" the "yapf" action does not run for some reason.