* feat(ci): add GitHub Action for push and pull request * fix(ci): fix broken testcases * chore: add CODEOWNERS for ci * ci: bump actions/upload-artifact from 6 to 7
Signed-off-by: James Cherry <cherry@parallaxsw.com>
* Add {`inst`, `cell`, `src`, `nets`} to `report_checks -format json` * Smallfix * Improved nets * Race condition fix * Fixes * Small whitespace fix * Add no paths corner case stuff * Adjustments to naming of fields * Requested fixes * Reintroduce escapeBackslashes, use stringCopy to prevent stack memory warning * Fix escapeBackslashes to use preferred style * No backslash escaping * Make requested fixes