Skip to content

Resolved #6030 - Introduce a public API to change a default device type within a Preview tab #171

Resolved #6030 - Introduce a public API to change a default device type within a Preview tab

Resolved #6030 - Introduce a public API to change a default device type within a Preview tab #171

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