try add github workflow

This commit is contained in:
2024-04-13 15:31:14 -06:00
parent 9983e55a96
commit d89ddedd8d

9
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g lix
- run: lix download
- run: haxe -cp hank -lib utest -lib hscript hxml/examples.hxml --interp