Skip to content

Add support for emitting .luau files #10

Add support for emitting .luau files

Add support for emitting .luau files #10

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.4
- name: Install NPM dependencies
uses: bahmutov/npm-install@v1.7.4
- name: Compile Source Files
run: npm run build