so - I am a pipeline newbie.
I have a pipeline started with specific actions to be done to lint the files changed in the commit. So - I have several questions:
how do I find out the entire sha-1 has h for the commit, so I can attach lint results in a comment on the commit?
how do I see what files where actually impacted in the commit so I can lint those files, and not all of them?
thanks