2024-03-30 09:52:54 +01:00
|
|
|
/*
|
|
|
|
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
|
2024-03-30 09:54:35 +01:00
|
|
|
// 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 09:52:54 +01:00
|
|
|
package main
|
|
|
|
|
|
|
|
import "actions-test/cmd"
|
|
|
|
|
|
|
|
func main() {
|
|
|
|
cmd.Execute()
|
|
|
|
}
|