Skip to content

[README] Remove information about two parts build #37

[README] Remove information about two parts build

[README] Remove information about two parts build #37

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