Skip to content

build(deps): bump google.golang.org/protobuf from 1.28.2-0.20220831092852-f930b1dc76e8 to 1.34.0 #309

build(deps): bump google.golang.org/protobuf from 1.28.2-0.20220831092852-f930b1dc76e8 to 1.34.0

build(deps): bump google.golang.org/protobuf from 1.28.2-0.20220831092852-f930b1dc76e8 to 1.34.0 #309

Workflow file for this run

name: Docs build
# This workflow runs when a PR is labeled with `docs`
# This will check if the docs build successfully by running `npm run build`
on:
pull_request:
push:
branches:
- main
- release/*
jobs:
check-docs-build:
name: Check docs build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- uses: technote-space/[email protected]
with:
PATTERNS: |
docs/**/*.sh
docs/**/*.py
docs/**/*.md
docs/**/*.png
docs/**/*.jpg
docs/**/*.json
docs/**/*.js
x/**/*.md
- name: Install dependencies and build docs 🧱
run: |
make build-docs
# Check only if there are differences in the source code
if: env.GIT_DIFF