Skip to content

haxe_libraries: add format lib #3

haxe_libraries: add format lib

haxe_libraries: add format lib #3

Workflow file for this run

# DO NOT EDIT. Generated from scripts/github-action
name: js
on: [push,pull_request]
jobs:
js:
timeout-minutes: 26
#needs: setup
strategy:
fail-fast: false
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
continue-on-error: true
- uses: actions/setup-node@v4
with:
node-version: 23
- name: Install lix
run: npm i lix -g
- name: Run lix
run: npx lix download
- name: build example
run: haxe --run Make buildexample js
- name: test
run: haxe --run Make test js