add total field to return the count of total records #327
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |