Skip to content

[build.js] target -> part #29

[build.js] target -> part

[build.js] target -> part #29

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
node-13-typescript:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '13'
- run: npm install
- run: ./node_modules/.bin/tsc
- run: git diff --exit-code