Skip to content

Refactor ControlPanel into smaller, maintainable modules #109

Refactor ControlPanel into smaller, maintainable modules

Refactor ControlPanel into smaller, maintainable modules #109

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run tests
run: npm test -- --passWithNoTests