giteaActionDemo/main.go
dadgam3er 037a1ae457
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 26s
Gitea Actions Demo / GoBuild (push) Successful in 33s
Fix:latest
2024-09-09 11:16:39 -04:00

10 lines
180 B
Go

package main
import "fmt"
func main() {
for i := 0; i < 2; i++ {
fmt.Println("BissmiALLAH - a Successeful action here el HAMDOULI ALLAH is now with DOCKER-COMPOSE")
}
}