diff --git a/.gitea/workflows/buf-ci.yaml b/.gitea/workflows/buf-ci.yaml index 3cd1672..0701e9e 100644 --- a/.gitea/workflows/buf-ci.yaml +++ b/.gitea/workflows/buf-ci.yaml @@ -11,7 +11,7 @@ jobs: buf: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - uses: bufbuild/buf-action@v1 with: - input: buf generate + setup_only: true + - run: buf build --error-format github-actions