Skip to content

Bug fixes - tablet experience #623

Bug fixes - tablet experience

Bug fixes - tablet experience #623

Workflow file for this run

name: ESLint
on:
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 24
- run: npm ci
- run: npx eslint .
continue-on-error: true # Remove to block PRs that fail the check