diff --git a/.gitea/workflows/buf-ci.yaml b/.gitea/workflows/buf-ci.yaml index fb0cf7e..be60b6f 100644 --- a/.gitea/workflows/buf-ci.yaml +++ b/.gitea/workflows/buf-ci.yaml @@ -20,10 +20,12 @@ jobs: - run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest - run: npm install --save-dev @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf - run: buf --version + - run: pwd - uses: actions/checkout@v4 with: token: ${{ gitea.token }} path: ./ + - run: pwd - run: ls node_modules - run: buf generate - run: |