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

@@ -2,9 +2,7 @@ name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
@@ -12,13 +10,13 @@ jobs:
strategy:
matrix:
os:
os:
- ubuntu-latest
- windows-latest
- macos-latest
steps:
- uses: actions/checkout@v2
- uses: ./
- run: lix
- run: lix install haxe stable
- uses: actions/checkout@v2
- uses: ./
- run: lix
- run: lix install haxe stable