Skip to content

Integrity check for maven, npm and pypi #445

Integrity check for maven, npm and pypi

Integrity check for maven, npm and pypi #445

Workflow file for this run

name: Buf
on:
pull_request:
branches: [ "main" ]
permissions: { }
jobs:
buf:
name: Buf
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout Repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag=v3.5.3
- name: Setup buf
uses: bufbuild/buf-setup-action@9a634c3d819d174dd3c6abfd05dd399ed687b2ce # tag=v1.26.0
with:
github_token: ${{ github.token }}
- name: Lint Protobuf
uses: bufbuild/buf-lint-action@bd48f53224baaaf0fc55de9a913e7680ca6dbea4 # tag=v1.0.3
with:
input: proto/src/main/proto
- name: Detect Breaking Changes
uses: bufbuild/buf-breaking-action@f47418c81c00bfd65394628385593542f64db477 # tag=v1.1.2
with:
input: proto/src/main/proto
against: https://github.com/${{ github.repository }}.git#branch=main,subdir=proto/src/main/proto