intel / ledmon

Enclosure LED Utilities
GNU General Public License v2.0
73 stars 47 forks source link

Add yapf github action for indent checking #196

Closed mku514k closed 9 months ago

mku514k commented 9 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 9 months ago

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