Skip to content

Commit

Permalink
add PACKAGE_VERSION_SUFFIX ignore
Browse files Browse the repository at this point in the history
so we can skip that from the new Materialize API
  • Loading branch information
vroldanbet committed Jun 5, 2024
1 parent d565bad commit a218b29
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: "actions/checkout@v3"
- uses: "authzed/actions/yaml-lint@main"
- uses: "bufbuild/buf-setup-action@v1.30.0"
- uses: "bufbuild/buf-setup-action@v1.32.2"
with:
version: "1.30.0"
- uses: "bufbuild/buf-lint-action@v1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "bufbuild/buf-setup-action@v1"
- uses: "bufbuild/buf-setup-action@v1.32.2"
with:
version: "1.30.0"
- name: "push release name to BSR"
Expand Down
2 changes: 1 addition & 1 deletion buf.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ deps:
- "buf.build/googleapis/googleapis"
- "buf.build/grpc-ecosystem/grpc-gateway"
lint:
except:
- "PACKAGE_VERSION_SUFFIX"
ignore:
- "authzed/api/v0" # legacy from before we used buf
- "authzed/api/v0"
breaking:
use:
- "WIRE_JSON"

0 comments on commit a218b29

Please sign in to comment.