BstLabs / py-dynacli

DynaCLI is a cloud-friendly Python library for converting pure Python functions into Linux Shell commands.
https://bstlabs.github.io/py-dynacli/
MIT License
98 stars 5 forks source link

[TASK] add workflow to run linter check at each PR #41

Closed ShahriyarR closed 2 years ago

ShahriyarR commented 2 years ago

Describe the task

As we have pre-commit configured to run formatter/linter, then it will be valuable to check if the code already formatted at PR level.