summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2025-05-14Update Gemini Code verbiage -> Gemini CLITaylor Mullen
- Did not update details that impact GC execution. Meaning packages are still named gemini-code (for now) and things that import them still import them as gemini-code.
2025-05-07fix: use react-jsx for typecheck (#280)Brandon Keiji
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