#52 Code Formatting: Using both pre-commit hooks (for formatting) and GitHub action (for checking).

Опубликовано: 30 Сентябрь 2024
на канале: Power Tester
213
7

GitHub: https://github.com/PramodKumarYadav/zero

Goal:
In this video, we will see how we can utilize the strength of both client side formatting (using pre-commit hooks) and cloud side checking (using GitHub action) to ensure no unformatted code ever makes it to the remote main branch.

Objective:
- Show how to implement the above goal.

Next steps:
- Show how to have a common PR checklist for the project.