Remove hardcoded version (#11)

* Just write simple js

* run ci on all branches

* no longer require version

* still need bundling

* use bundled one
This commit is contained in:
Kevin Leung
2025-02-24 16:54:49 +11:00
committed by GitHub
parent 9b2f64c24d
commit 5d98ddc5d0
10 changed files with 55 additions and 85 deletions

View File

@@ -1,13 +1,11 @@
name: 'Setup Lix'
description: 'Setup Lix (a package manager for Haxe)'
name: "Setup Lix"
description: "Setup Lix (a package manager for Haxe)"
branding:
icon: 'package'
color: 'blue'
icon: "package"
color: "blue"
inputs:
lix-version:
description: 'Version of Lix to use'
required: true
default: '15.12.0'
lix-version:
description: "Version of Lix to use"
runs:
using: 'node20'
main: 'build/index.js'
using: "node20"
main: "build/index.js"