Skip to content

TextEditor: when scrollToCaret() is called with a selection range, pr… #132

TextEditor: when scrollToCaret() is called with a selection range, pr…

TextEditor: when scrollToCaret() is called with a selection range, pr… #132

Workflow file for this run

name: Flash
on:
push:
branches:
- master
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 7.8.0 --quiet
haxelib install openfl 8.9.7 --quiet
haxelib install actuate --quiet
haxelib install markdown-openfl-textfield --quiet
haxelib install feathersui --quiet
haxelib git moonshine-openfl-language-client https://github.com/Moonshine-IDE/moonshine-openfl-language-client.git --quiet
haxelib dev moonshine-feathersui-text-editor $GITHUB_WORKSPACE
- name: Build Flash .swc library
run: haxelib run openfl build flash -debug
- uses: actions/upload-artifact@v3
with:
name: moonshine-feathersui-text-editor-flash
path: |
bin/flash/bin/*.swc
src/
README.md
LICENSE
if-no-files-found: error