Skip to content

feat: add index and count to deploy #23516

feat: add index and count to deploy

feat: add index and count to deploy #23516

name: Validate Docs and Schema
on:
pull_request:
merge_group:
permissions:
contents: read
jobs:
validate-docs-and-schema:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup golang
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: go.mod
- name: Docs and schemas
run: "make test-docs-and-schema"
- name: Instruct user to fix
if: failure()
run: echo "Please run 'make docs-and-schema' at the root of the repo and commit the changes to your pull request"