Commit Graph

5 Commits

Author SHA1 Message Date
Carlos (Goodwine)
d81fc80c41
Use buf instead of protoc to compile protobufs (#3670)
* Use buf instead of protoc to compile protobufs

This is a more consistent way of testing the validation of protobufs. This now avoids relying on protoc which dropped built-in support for generating JS. Fixes #3666

* Create buf.work.yaml and stop generating output to /tmp
2023-09-07 18:05:19 -07:00
Natalie Weizenbaum
7abda4e2f4
Use literate programming for JS API specs (#3552) 2023-04-27 13:50:53 -07:00
Natalie Weizenbaum
f289bb8c9b Test that typedoc builds with no warnings 2021-10-01 17:36:53 -07:00
TPartida
b9048cd6cb Run TOC check
Added test for table of contents

Removed unnecesary line

Modified console log color

Added exitCode

Installed npm packages Colors and Diff

Removed Chalk

Added Diff to show errors more precisely

Style tweaks

Simplified the getCurrentToc function

Removed VS Code from .gitignore

Update .travis.yml

Co-Authored-By: TeresaPartidaS <teresapartida.s@gmail.com>

Used trim to get rid of blank spaces

Fixed style issues
2019-05-13 15:40:06 -07:00
Teresa Partida
22e1785283 Created .travis.yml file
Added gitignore

Installed markdown-link-check

Added files for markdown-link-check

Removed unnecessary line

Added glob

Added test for links

Added before-script

Added npm install

Changed npm install for npm ci

Created package.json

Squash commits
2019-05-13 15:36:09 -07:00