Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/proto-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
jobs:
buflint:
name: lint
name: Buf Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand All @@ -27,4 +27,4 @@ jobs:
- uses: bufbuild/buf-breaking-action@a074e988ee34efcd4927079e79c611f428354c01
with:
input: proto
against: 'https://github.com/opentdf/opentdf-v2-poc.git#branch=main'
against: 'https://github.com/opentdf/opentdf-v2-poc.git#branch=main,subdir=proto'
3 changes: 3 additions & 0 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ deps:
breaking:
use:
- FILE
- PACKAGE
- WIRE_JSON
- WIRE
lint:
use:
- DEFAULT
Expand Down