Skip to content

Replaced cached env.browser.isPortrait w/ live .isCompact ↞ [auto… #1240

Replaced cached env.browser.isPortrait w/ live .isCompact ↞ [auto…

Replaced cached env.browser.isPortrait w/ live .isCompact ↞ [auto… #1240

name: Lint pushes/PRs
on: [push, pull_request]
permissions:
contents: read
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint