|
/*
|
|
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
|
|
// I forgot to actually enable actions on the repo
|
|
*/
|
|
|
|
// This is a new change for triggering CI/CD!
|
|
|
|
// Last testing change I promise
|
|
|
|
// Jokes on you, I LIED
|
|
|
|
package main
|
|
|
|
import "actions-test/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|