Allow for custom expr in extractPreconstructorFieldAssignments #203
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
test_runtime: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Setup Haxe 4.3.3 | |
uses: krdlab/setup-haxe@v1 | |
with: | |
haxe-version: 4.3.3 | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Check Haxe Version | |
run: haxe -version | |
- name: Test DevEnv.hxml | |
run: haxe DevEnv.hxml |