Skip to content

Remove vsbuild and lix #30

Remove vsbuild and lix

Remove vsbuild and lix #30

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
- run: |
haxe -version
npm ci
haxelib state load install.hxml
haxelib list
haxelib run formatter -s . --check