summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2025-04-18Fix remaining tslint errors (YAY).Taylor Mullen
- Also updated ci.yml to ensure that linting failures will break the build. Fully fixes https://b.corp.google.com/issues/411384603
2025-04-18Run `npm run format`Taylor Mullen
- This has the entirety of the changes. Part of https://b.corp.google.com/issues/411720532
2025-04-18Make CI fail if there are unformatted changes.Taylor Mullen
Fixes https://b.corp.google.com/issues/411720532
2025-04-18Cicd (#24)Allen Hutchison
* Add basic non blocking CI workflow. * Make lint and typecheck continue on error until we have fixed those warnings.
2025-04-18Add basic non blocking CI workflow. (#21)Allen Hutchison