refactor: deprecate billing_id and project_id in entitlement and usag… #3363
This file contains hidden or 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-latest | |
| 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" |