Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 2d06a52

Browse files
1 parent d9c483c commit 2d06a52

2 files changed

Lines changed: 20 additions & 14 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,15 @@ jobs:
6060
node-version: 18
6161
- run: npm install
6262
- run: npm run lint
63-
# TODO(https://github.com/googleapis/nodejs-datastore/issues/1424)
64-
# docs:
65-
# runs-on: ubuntu-latest
66-
# steps:
67-
# - uses: actions/checkout@v4
68-
# - uses: actions/setup-node@v4
69-
# with:
70-
# node-version: 18
71-
# - run: npm install
72-
# - run: npm run docs
73-
# - uses: JustinBeckwith/linkinator-action@v1
74-
# with:
75-
# paths: docs/
63+
docs:
64+
runs-on: ubuntu-latest
65+
steps:
66+
- uses: actions/checkout@v4
67+
- uses: actions/setup-node@v4
68+
with:
69+
node-version: 18
70+
- run: npm install
71+
- run: npm run docs
72+
- uses: JustinBeckwith/linkinator-action@v1
73+
with:
74+
paths: docs/

protos/protos.json

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)