diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3739be8..c13fa7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,3 +20,10 @@ jobs: - name: Run buf-build checks uses: bufbuild/buf-action@v1 + with: + # Only setup and custom commands to avoid logging into BSR + # and publishing the schemas for the timebeing + setup_only: true + lint: true + breaking: true + format: true