Skip to content

Package and build size #1286

Package and build size

Package and build size #1286

Workflow file for this run

name: Run linters
on:
pull_request:
push:
branches:
- "**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
env:
CI_RUN: true
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-runner
- run: pnpm sync
- run: pnpm lint