djangoflow / django-df-chat

Djangoflow in-app chat server using django-channels
MIT License
0 stars 16 forks source link

Added a job to run pre-commit in github code_checks workflow #23

Closed sreekanthreddybalne closed 1 year ago

sreekanthreddybalne commented 1 year ago

This will ensure that all code files have proper linting and are compliant with standards defined in .pre-commit-config.yaml

The screenshot below shows that if any of the pre-commit checks fail, we are unable to commit.

image