Skip to content

feat(side-panel): persist per-tab UI state and restore on tab switch #61

feat(side-panel): persist per-tab UI state and restore on tab switch

feat(side-panel): persist per-tab UI state and restore on tab switch #61

Workflow file for this run

name: Lint Check
on: [ pull_request_target ]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: pnpm
- run: pnpm install --frozen-lockfile --prefer-offline
- run: pnpm lint