generated from coopnorge/github-workflows-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We were adding some new documentation for our project and the workflow stopped on prettierrc. It would be usefull to get the actual error as part of the error output.
Right now it just says "[warn] Code style issues found in the above file. Run Prettier with --write to fix."
I dont know if is intentional or not, but would be helpfull to get a hint to fix it in the github action as well.
Current output:
Merged config written to ../.prettierrc
prettier --check --config ../.prettierrc docs/access.md
Checking formatting...
[warn] docs/access.md
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
make: *** [/usr/local/share/techdocs/Makefile:113: format-check] Error 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request