Closed dotcs closed 2 years ago
This PR introduces a GitHub Action pipeline in which the code is linted with the npm run prettier:check command. At the moment the pipeline fails - which makes sense since files have not yet been rewritten with prettier.
npm run prettier:check
See this example run output for details.
This PR introduces a GitHub Action pipeline in which the code is linted with the
npm run prettier:check
command. At the moment the pipeline fails - which makes sense since files have not yet been rewritten with prettier.See this example run output for details.