aerogear/graphql-testx

Add prettier --check to the test pipeline

b1zzu opened this issue · 1 comments

b1zzu commented

A unified style improves code readability and PR reviews, for this reason, we should enforce code style on each PR. Using prettier is very simple because of its compatibility with all editors, his nice configuration by default, and the possibility to use it as commit hooks.

b1zzu commented

This could be part of the GitHub Action pipeline: #64