Skip to content

build(deps-dev): bump size-limit from 12.0.0 to 12.1.0 #272

build(deps-dev): bump size-limit from 12.0.0 to 12.1.0

build(deps-dev): bump size-limit from 12.0.0 to 12.1.0 #272

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request: null
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run size