Compare commits

...

3 Commits

Author SHA1 Message Date
nfel 86d857e242 v2: ci
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-11-23 13:09:52 +03:30
nfel d79187dfb4 v2: ci
Signed-off-by: nfel <nfilsaraee@gmail.com>
2024-11-23 13:03:56 +03:30
nfel 2325afaaf0 ci 2024-11-23 12:59:33 +03:30
+1 -2
View File
@@ -18,13 +18,12 @@ 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 -y && npm install --save-dev @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf
- run: buf --version - run: buf --version
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ gitea.token }} token: ${{ gitea.token }}
path: ./ path: ./
- run: ls node_modules
- run: buf generate - run: buf generate
- run: | - run: |
if [ -n ${{ gitea.ref_name }} ]; then if [ -n ${{ gitea.ref_name }} ]; then