Skip to content

renamed component params to options. #28

renamed component params to options.

renamed component params to options. #28

name: Check and Test
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.3.6
- name: Configure Haxelib
run: |
haxelib setup /home/runner/haxe/haxelib/
haxelib install formatter 1.16.0
haxelib install checkstyle 2.9.0
haxelib install utest 1.13.2
- name: Linting
run: haxe hxml/lint.hxml
- name: Build
run: haxe hxml/build.hxml
- name: Tests
run: haxe hxml/test.hxml