Files
testrepo/main.go
T
Romane cbd8e01b91
Run script on commit / run-bash (push) Failing after 2m29s
inital test commit
2026-05-01 19:55:14 +02:00

8 lines
76 B
Go

package main
import "fmt"
func main() {
fmt.PrintLn("Some test yayyy")
}