diff --git a/.github/workflows/index.js b/.github/workflows/index.js new file mode 100644 index 0000000..108a1af --- /dev/null +++ b/.github/workflows/index.js @@ -0,0 +1,3 @@ +console.log("Running test script..."); +console.log("Today is "+new Date()); +console.log("...script run");