Skip to content

Enhance code editor UI with terminal buttons and improved textarea st… #11

Enhance code editor UI with terminal buttons and improved textarea st…

Enhance code editor UI with terminal buttons and improved textarea st… #11

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- name: Update lock file
run: npm install --package-lock-only
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build