Skip to content

vscode formatting

vscode formatting #46

Workflow file for this run

name: Flash
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.1.5
- name: Set up Haxelib dependencies
run: |
haxelib install lime --quiet
haxelib install openfl --quiet
haxelib install feathersui --quiet
haxelib install feathersui-rpc-services --quiet
haxelib dev feathersui-cairngorm ${{ github.workspace }}
- name: Build Flash .swc library
run: haxelib run openfl build flash -debug