try add github workflow
This commit is contained in:
9
.github/workflows/test.yml
vendored
Normal file
9
.github/workflows/test.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user