We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 915263f + 8b20ca9 commit 04c4401Copy full SHA for 04c4401
1 file changed
.github/workflows/ci.yml
@@ -158,12 +158,16 @@ jobs:
158
run: script/setup/install-dev-tools
159
working-directory: src/github.com/containerd/containerd
160
161
- - name: Make
+ - name: Check fmt
162
+ working-directory: src/github.com/containerd/containerd
163
+ run: |
164
+ make proto-fmt
165
+
166
+ - name: Check protos
167
env:
168
GO111MODULE: off
169
170
run: |
- export PATH=$PATH:$(go env GOPATH)/bin
171
make check-protos check-api-descriptors
172
173
man:
0 commit comments