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

Commit ad487d2

Browse files
1 parent 2b39c93 commit ad487d2

8 files changed

Lines changed: 26 additions & 20 deletions

‎.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-bigquery-storage/issues/624)
64-
# docs:
65-
# runs-on: ubuntu-latest
66-
# steps:
67-
# - uses: actions/checkout@v5
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@v5
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.

‎samples/generated/v1/snippet_metadata.google.cloud.bigquery.storage.v1.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-storage",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

‎samples/generated/v1/snippet_metadata_google.cloud.bigquery.storage.v1.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-storage",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

‎samples/generated/v1alpha/snippet_metadata_google.cloud.bigquery.storage.v1alpha.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-storage",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

‎samples/generated/v1beta/snippet_metadata_google.cloud.bigquery.storage.v1beta.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-storage",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

‎samples/generated/v1beta1/snippet_metadata.google.cloud.bigquery.storage.v1beta1.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-storage",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

‎samples/generated/v1beta1/snippet_metadata_google.cloud.bigquery.storage.v1beta1.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-storage",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

0 commit comments

Comments
 (0)