summaryrefslogtreecommitdiff
path: root/packages/cli/src/tools/web-fetch.tool.ts
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-18Web fetch tool (#31)Allen Hutchison
* Adding a web fetch tool.