ryan_perneel
6 years agoContributor
Pull Request Checks
Hi all,
I am looking into creating some PR build checks, and am wondering if anyone else has created something similar in the past.
We are using JSDoc type function headers, so the only task that I have so far is ensuring that doc generation is working on PR builds.
We had an issue where are bad .tcscript file was checked in, and broke references. I'm wondering if there is a way that I can check this before it gets committed to master.
Thanks!