Skip to content

Clarify that non-CJK languages are not affected #54

Clarify that non-CJK languages are not affected

Clarify that non-CJK languages are not affected #54

Workflow file for this run

name: Regular CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v2
with:
run_install: true
- name: Lint (prebuild)
run: node --run lint:prebuild
- name: Build
run: node --run build
- name: Lint (postbuild)
run: node --run lint:postbuild
- name: Test
run: node --run test