Skip to content

feat(deps): upgrade Rsbuild to 2.2.2 (#1890) #5357

feat(deps): upgrade Rsbuild to 2.2.2 (#1890)

feat(deps): upgrade Rsbuild to 2.2.2 (#1890) #5357

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24
package-manager-cache: false
- name: Install pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
with:
run_install: true
- name: Build
run: pnpm run build
- name: Check
run: pnpm run check
- name: Check Spell
run: pnpm run check-spell