We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396947c commit 24bfb86Copy full SHA for 24bfb86
.github/workflows/proto-checks.yaml
@@ -6,7 +6,7 @@ on:
6
- main
7
jobs:
8
buflint:
9
- name: lint
+ name: Buf Lint
10
runs-on: ubuntu-22.04
11
steps:
12
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
@@ -27,4 +27,4 @@ jobs:
27
- uses: bufbuild/buf-breaking-action@a074e988ee34efcd4927079e79c611f428354c01
28
with:
29
input: proto
30
- against: 'https://github.com/opentdf/opentdf-v2-poc.git#branch=main'
+ against: 'https://github.com/opentdf/opentdf-v2-poc.git#branch=main,subdir=proto'
proto/buf.yaml
@@ -6,6 +6,9 @@ deps:
breaking:
use:
- FILE
+ - PACKAGE
+ - WIRE_JSON
+ - WIRE
lint:
13
14
- DEFAULT
0 commit comments