added temp validator main
All checks were successful
Deploy / Validate (push) Successful in 56s
Deploy / CreateImage (push) Successful in 2m14s
Deploy / DeployService (push) Successful in 1m11s

This commit is contained in:
Pasha 2024-12-12 12:34:10 +03:00
parent 887eaba869
commit 23a4ec4cf1

7
cmd/validator/main.go Normal file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello from Validator")
}