Skip to content

Shows size of items array in the Settings > Storage tab #16

Shows size of items array in the Settings > Storage tab

Shows size of items array in the Settings > Storage tab #16

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: "ubuntu-latest"
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v3
with:
version: 8
- run: |
pnpm install
pnpm lint