Skip to content

feat: add proto files #4

feat: add proto files

feat: add proto files #4

Workflow file for this run

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
name: Buf CI
on:
push:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
token: ${{ secrets.BUF_TOKEN }}
input: proto
push:
paths:

Check failure on line 23 in .github/workflows/buf-ci.yaml

View workflow run for this annotation

GitHub Actions / Buf CI

Invalid workflow file

The workflow is not valid. .github/workflows/buf-ci.yaml (Line: 23, Col: 13): A mapping was not expected
- '**.proto'
- '**/buf.yaml'
- '**/buf.lock'
- 'proto/README.md'