Skip to content

Allow configuring the simulator mode toggler order. #520

Allow configuring the simulator mode toggler order.

Allow configuring the simulator mode toggler order. #520

Workflow file for this run

name: Build Check
on:
push:
branches-ignore:
- 'build'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build