Skip to content

Move Protovalidate's .proto examples back to its repo #359

Move Protovalidate's .proto examples back to its repo

Move Protovalidate's .proto examples back to its repo #359

Workflow file for this run

name: buf
on:
push:
delete:
workflow_dispatch: {} # support manual runs
permissions:
contents: read
jobs:
breaking:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
with:
input: cli/breaking-change-detection/start
token: ${{ secrets.BUF_TOKEN }}
limit-types:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
with:
input: cli/limit-output-types
token: ${{ secrets.BUF_TOKEN }}
lint:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
with:
input: cli/linting/finish
token: ${{ secrets.BUF_TOKEN }}
workspace-api:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
with:
input: cli/workspace/observabilityapi
token: ${{ secrets.BUF_TOKEN }}
workspace-types:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
with:
input: cli/workspace/observabilitytypes
token: ${{ secrets.BUF_TOKEN }}