
* Just write simple js * run ci on all branches * no longer require version * still need bundling * use bundled one
12 lines
229 B
YAML
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"
|