Skip to content

build(deps): bump bufbuild/buf-setup-action from 1.7.0 to 1.42.0 #416

build(deps): bump bufbuild/buf-setup-action from 1.7.0 to 1.42.0

build(deps): bump bufbuild/buf-setup-action from 1.7.0 to 1.42.0 #416

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/**/*.md
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