Skip to content

Add support for emitting .luau files #8

Add support for emitting .luau files

Add support for emitting .luau files #8

Workflow file for this run

name: ESLint
on:
pull_request:
push:
branches:
- master
jobs:
lint:
name: ESLint
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: Run ESLint
run: npm run eslint