mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
ci: ensure the generated code is up-to-date
See https://github.com/etcd-io/etcd/pull/14612#issue-1419792069 Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
4
.github/workflows/static-analysis.yaml
vendored
4
.github/workflows/static-analysis.yaml
vendored
@@ -12,5 +12,9 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.49.0
|
||||
- name: protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
version: '3.14.0'
|
||||
- run: make verify
|
||||
- run: make fix
|
||||
|
||||
Reference in New Issue
Block a user