Skip to content

docs: update README to reflect changes in usage instructions for Dock… #8105

docs: update README to reflect changes in usage instructions for Dock…

docs: update README to reflect changes in usage instructions for Dock… #8105

Workflow file for this run

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
name: Buf CI
on:
push:
delete:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
permissions:
contents: read
pull-requests: write
jobs:
verify-proto:
name: Verify Proto API
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Verify
uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0
with:
token: ${{ secrets.BUF_TOKEN }}
input: proto/
format: false
lint: false