Skip to content

feat(prettier-plugin-zh): support spaceAroundNumber #5

feat(prettier-plugin-zh): support spaceAroundNumber

feat(prettier-plugin-zh): support spaceAroundNumber #5

Workflow file for this run

name: CI Test
on: [pull_request]
jobs:
test:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Use pnpm 8
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Test
run: pnpm test