Skip to content

docs: replace tseslint.config with defineConfig #7208

docs: replace tseslint.config with defineConfig

docs: replace tseslint.config with defineConfig #7208

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
types: [opened, edited, reopened, synchronize]
branches:
- "**"
env:
NODE_OPTIONS: --max_old_space_size=10240
jobs:
check:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v5
- name: Setup node@24
uses: actions/setup-node@v4
with:
node-version: 24
- name: Enable Corepack
run: corepack enable
- name: Install front-end dependencies
run: pnpm install
- name: Build front-end assets
run: pnpm run build
- name: Check
run: pnpm run lint