Skip to content

dota-lua-types 4.33.0 #253

dota-lua-types 4.33.0

dota-lua-types 4.33.0 #253

Workflow file for this run

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