Add action.yml

This commit is contained in:
Nova Cat 2025-01-20 18:16:57 -08:00
commit d2c44f887e

6
action.yml Normal file
View file

@ -0,0 +1,6 @@
name: "Setup Alpine"
author: "swee"
description: "Setup actions runners that uses alpine"
runs:
using: "node20"
main: "index.js"