Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Renaming and restructuring: Separation of editor and wrapper #152

Renaming and restructuring: Separation of editor and wrapper

Renaming and restructuring: Separation of editor and wrapper #152

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
tags-ignore:
- '**'
jobs:
build:
name: monaco-components
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Build
shell: bash
run: |
npm ci
npm run build
npm run lint