Skip to content

Bump typescript-to-lua from 1.26.2 to 1.27.0 #708

Bump typescript-to-lua from 1.26.2 to 1.27.0

Bump typescript-to-lua from 1.26.2 to 1.27.0 #708

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run build
- run: npm run lint