commit d2c44f887ee3bfb0f534de4f5c7003b41fe82699 Author: swee <meow@swee.codes> Date: Mon Jan 20 18:16:57 2025 -0800 Add action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..d76ea5a --- /dev/null +++ b/action.yml @@ -0,0 +1,6 @@ +name: "Setup Alpine" +author: "swee" +description: "Setup actions runners that uses alpine" +runs: + using: "node20" + main: "index.js" \ No newline at end of file