Skip to content

Data Source tabular information endpoint #62

Data Source tabular information endpoint

Data Source tabular information endpoint #62

Workflow file for this run

# Validate protobuf files for incompatible changes.
name: Validate protobuf files
on:
pull_request:
paths:
- 'proto/backend.proto'
branches:
- 'main'
jobs:
main:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
# Run `git checkout`
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
# Install the `buf` CLI
- uses: bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99 # v1.50.0
# Perform breaking change detection against the `proto` directory in the `main` branch
- uses: bufbuild/buf-breaking-action@c57b3d842a5c3f3b454756ef65305a50a587c5ba # v1.1.4
with:
input: 'proto'
against: 'https://github.com/grafana/grafana-plugin-sdk-go.git#branch=main,subdir=proto'