Skip to content

Sync dark creator theme on design surface with preview and theme tab (if used didn't select other theme/palette) #411

Sync dark creator theme on design surface with preview and theme tab (if used didn't select other theme/palette)

Sync dark creator theme on design surface with preview and theme tab (if used didn't select other theme/palette) #411

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint