fix: install ts-proto global
Some checks failed
Publish / Publish Job (push) Failing after 1m11s

This commit is contained in:
Дмитрий
2026-03-30 16:06:05 +03:00
parent ea6a3e7777
commit c5e57adf5b
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
syntax = "proto3";
package ldap_service;
import "google/rpc/status.proto";
service LdapAuth {
rpc VerifyUser (VerifyRequest) returns (VerifyResponse);