From 8b20ca9d9d1c1b620dd0fe0c5e36630a046dd184 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Wed, 7 Oct 2020 18:15:05 -0700 Subject: [PATCH] Move proto format ci check to proto job Signed-off-by: Derek McGowan --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a37bf4b1c..0f55358f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,12 +158,16 @@ jobs: run: script/setup/install-dev-tools working-directory: src/github.com/containerd/containerd - - name: Make + - name: Check fmt + working-directory: src/github.com/containerd/containerd + run: | + make proto-fmt + + - name: Check protos env: GO111MODULE: off working-directory: src/github.com/containerd/containerd run: | - export PATH=$PATH:$(go env GOPATH)/bin make check-protos check-api-descriptors man: