diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 847b05e..6a6d85f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,15 @@ jobs: echo "${{ github.workspace }}/bin" >> $GITHUB_PATH - run: | + sudo make install-protoc + make install-protoc-dependencies install-ttrpc-plugin + touch pkg/api/api.proto make all + test -z "$(git status --short | tee /dev/stderr)" || { + echo "Repository is in invalid state." + echo "Please make sure to commit all changes, including generated files." + exit 1 + } linters: name: Linters