Skip to content

Commit bd680cd

Browse files
committed
add PACKAGE_VERSION_SUFFIX ignore
so we can skip that from the new Materialize API
1 parent d565bad commit bd680cd

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: "actions/checkout@v3"
1717
- uses: "authzed/actions/yaml-lint@main"
18-
- uses: "bufbuild/buf-setup-action@v1.30.0"
18+
- uses: "bufbuild/buf-setup-action@v1.32.2"
1919
with:
2020
version: "1.30.0"
2121
- uses: "bufbuild/buf-lint-action@v1"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: "ubuntu-latest"
1111
steps:
1212
- uses: "actions/checkout@v3"
13-
- uses: "bufbuild/buf-setup-action@v1"
13+
- uses: "bufbuild/buf-setup-action@v1.32.2"
1414
with:
1515
version: "1.30.0"
1616
- name: "push release name to BSR"

buf.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ deps:
66
- "buf.build/googleapis/googleapis"
77
- "buf.build/grpc-ecosystem/grpc-gateway"
88
lint:
9+
except:
10+
- "PACKAGE_VERSION_SUFFIX"
911
ignore:
1012
- "authzed/api/v0" # legacy from before we used buf
1113
breaking:

0 commit comments

Comments
 (0)