actions-test/main.go

19 lines
280 B
Go
Raw Permalink Normal View History

2024-03-30 09:52:54 +01:00
/*
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
// I forgot to actually enable actions on the repo
2024-03-30 09:52:54 +01:00
*/
2024-03-30 15:57:30 +01:00
// This is a new change for triggering CI/CD!
2024-03-30 16:08:35 +01:00
// Last testing change I promise
2024-03-30 16:38:15 +01:00
// Jokes on you, I LIED
2024-03-30 09:52:54 +01:00
package main
import "actions-test/cmd"
func main() {
cmd.Execute()
}