Skip to content

watch all sprotty packages with a single command from root #90

watch all sprotty packages with a single command from root

watch all sprotty packages with a single command from root #90

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Sprotty CI
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Build
run: yarn
- name: Lint
run: yarn lint
- name: Test
run: yarn test