Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Update README.md

Update README.md #361

Workflow file for this run

name: test
on:
push:
branches:
- main
- feature/*
- bugfix/*
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: install haxe
run: ./make install
- name: transpile haxe into languages
run: ./make
- name: run tests
run: ./make tests