-
Notifications
You must be signed in to change notification settings - Fork 3
#8 step summary #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#8 step summary #10
Conversation
|
closes #8 |
koppor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments.
The consistency check only outputs the table without anything else? Isn't --porcelain needed?
Maybe you can add a screenshot of the action output.
|
closes #8 |
|
Hey @koppor , just wondering if we could get your opinion on the implementation above. |
I fixed it at I also fixed "option '--porcelain' should be specified only once". Sorry for the confustion. I did not check the whole code on my own. I thought, you would have the capability to read the few lines of I also needed to fix the script itself: I added tee to be able to see the output at each call. The tests showed me that multiple libraries are used -- I updated the thing to support that, too. |
|
There is no CHANGELOG.md entry. I think, this is OK as the CHANGELOG.md did not start (yet). |

Configured the Dockerfile entrypoint to a new bash script entrypoint.sh which uses GITHUB_STEP_SUMMARY. Added documentation to the ReadMe to explain the step summary output.
Co-developed with @ZachCraw
Closes #8