Skip to content

[CI] Rewrite without lix/vshaxe-build, run on different OS and haxe versions #150

[CI] Rewrite without lix/vshaxe-build, run on different OS and haxe versions

[CI] Rewrite without lix/vshaxe-build, run on different OS and haxe versions #150

Workflow file for this run

name: Formatting
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: krdlab/setup-haxe@v1
with:
haxe-version: latest
- name: Install dependencies
run: |
npm ci
haxelib newrepo
haxelib state load install.hxml
- name: Check dependencies
run: |
haxe -version
haxelib list
- name: Run formatter
run: |
haxelib run formatter -s shared -s src --check