Skip to content

fix: tags and summary #920

fix: tags and summary

fix: tags and summary #920

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"