From d2c44f887ee3bfb0f534de4f5c7003b41fe82699 Mon Sep 17 00:00:00 2001 From: swee <meow@swee.codes> Date: Mon, 20 Jan 2025 18:16:57 -0800 Subject: [PATCH] Add action.yml --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 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