chore: fix proto building warning (#24086)
This commit is contained in:
parent
98f0f76e73
commit
1c47307bfd
2
.github/workflows/proto-registry.yml
vendored
2
.github/workflows/proto-registry.yml
vendored
@ -17,7 +17,7 @@
|
||||
# name: "Push to buf.build/cosmos/cosmos-sdk"
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - uses: bufbuild/buf-setup-action@v1.29.0
|
||||
# - uses: bufbuild/buf-setup-action@v1.50.0
|
||||
# - run: buf push proto --tag ${{ github.ref_type == 'tag' && github.ref_name || github.sha }} # https://github.com/bufbuild/buf-push-action/issues/20
|
||||
|
||||
## TODO at each module tag to their own buf repository
|
||||
|
||||
4
.github/workflows/proto.yml
vendored
4
.github/workflows/proto.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: bufbuild/buf-setup-action@v1.38.0
|
||||
- uses: bufbuild/buf-setup-action@v1.50.0
|
||||
- uses: bufbuild/buf-lint-action@v1
|
||||
with:
|
||||
input: "proto"
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
runs-on: depot-ubuntu-22.04-4
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: bufbuild/buf-setup-action@v1.38.0
|
||||
- uses: bufbuild/buf-setup-action@v1.50.0
|
||||
- uses: bufbuild/buf-breaking-action@v1
|
||||
with:
|
||||
input: "proto"
|
||||
|
||||
@ -4,7 +4,7 @@ deps:
|
||||
- buf.build/cosmos/cosmos-proto
|
||||
lint:
|
||||
use:
|
||||
- DEFAULT
|
||||
- STANDARD
|
||||
except:
|
||||
- PACKAGE_VERSION_SUFFIX
|
||||
breaking:
|
||||
|
||||
@ -3,7 +3,7 @@ deps:
|
||||
- buf.build/cosmos/cosmos-sdk
|
||||
lint:
|
||||
use:
|
||||
- DEFAULT
|
||||
- STANDARD
|
||||
except:
|
||||
- PACKAGE_VERSION_SUFFIX
|
||||
breaking:
|
||||
|
||||
@ -3,7 +3,7 @@ deps:
|
||||
- buf.build/cosmos/cosmos-sdk
|
||||
lint:
|
||||
use:
|
||||
- DEFAULT
|
||||
- STANDARD
|
||||
except:
|
||||
- PACKAGE_VERSION_SUFFIX
|
||||
breaking:
|
||||
|
||||
@ -10,7 +10,7 @@ breaking:
|
||||
- FILE
|
||||
lint:
|
||||
use:
|
||||
- DEFAULT
|
||||
- STANDARD
|
||||
- COMMENTS
|
||||
- FILE_LOWER_SNAKE_CASE
|
||||
except:
|
||||
|
||||
@ -5,7 +5,7 @@ deps:
|
||||
- buf.build/cosmos/gogo-proto
|
||||
lint:
|
||||
use:
|
||||
- DEFAULT
|
||||
- STANDARD
|
||||
except:
|
||||
- PACKAGE_VERSION_SUFFIX
|
||||
breaking:
|
||||
|
||||
@ -5,7 +5,7 @@ deps:
|
||||
- buf.build/cosmos/gogo-proto
|
||||
lint:
|
||||
use:
|
||||
- DEFAULT
|
||||
- STANDARD
|
||||
except:
|
||||
- PACKAGE_VERSION_SUFFIX
|
||||
breaking:
|
||||
|
||||
@ -5,7 +5,7 @@ deps:
|
||||
- buf.build/cosmos/cosmos-proto
|
||||
lint:
|
||||
use:
|
||||
- DEFAULT
|
||||
- STANDARD
|
||||
except:
|
||||
- PACKAGE_VERSION_SUFFIX
|
||||
breaking:
|
||||
|
||||
@ -6,7 +6,7 @@ deps:
|
||||
- buf.build/protocolbuffers/wellknowntypes:v23.4
|
||||
lint:
|
||||
use:
|
||||
- DEFAULT
|
||||
- STANDARD
|
||||
except:
|
||||
- PACKAGE_VERSION_SUFFIX
|
||||
breaking:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user