diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 356d8c17..adbd0724 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,8 @@ jobs: - name: lint and check build run: | - # TODO(mafa): temorary disabled # Runs the buf linter and checks for breaking changes - # make https + make https # Attempts to build using `protoc`. Probably redundant given the next step. make protoc