Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-23 13:03:56 +03:30
parent 2325afaaf0
commit d79187dfb4
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -18,15 +18,16 @@ jobs:
- uses: bufbuild/buf-setup-action@v1.47.2 - uses: bufbuild/buf-setup-action@v1.47.2
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest - run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest - 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: npm init && npm install --save-dev @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf
- run: buf --version - run: buf --version
- run: pwd - run: pwd
- run: ls -aRl ./
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ gitea.token }} token: ${{ gitea.token }}
path: ./ path: ./
- run: pwd - run: pwd
- run: ls node_modules - run: ls -aRl ./
- run: buf generate - run: buf generate
- run: | - run: |
if [ -n ${{ gitea.ref_name }} ]; then if [ -n ${{ gitea.ref_name }} ]; then