Files
setup-lix/action.yml
Kevin Leung 5d98ddc5d0 Remove hardcoded version (#11)
* Just write simple js

* run ci on all branches

* no longer require version

* still need bundling

* use bundled one
2025-02-24 16:54:49 +11:00

12 lines
229 B
YAML

name: "Setup Lix"
description: "Setup Lix (a package manager for Haxe)"
branding:
icon: "package"
color: "blue"
inputs:
lix-version:
description: "Version of Lix to use"
runs:
using: "node20"
main: "build/index.js"