Skip to content

chore: update path params and description #2375

chore: update path params and description

chore: update path params and description #2375

Workflow file for this run

name: Validate
on:
- push
- pull_request
jobs:
validate:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: bufbuild/[email protected]
with:
version: 1.5.0
- uses: bufbuild/buf-lint-action@v1
continue-on-error: true
- uses: bufbuild/buf-breaking-action@v1
with:
against: "https://github.com/$GITHUB_REPOSITORY.git#branch=main"