From e1776d0c308fad41cdcc434dc5b73dae3ada1dbe Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 18 Nov 2024 14:26:58 +0330 Subject: [PATCH] v2: ci Signed-off-by: nfel --- .gitea/workflows/buf-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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