Skip to content

Update README.MD

Update README.MD #10

Workflow file for this run

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