Skip to content

docs(en): merge docs-cn/sync-docs into docs-cn/dev @ e7f79533 #552

docs(en): merge docs-cn/sync-docs into docs-cn/dev @ e7f79533

docs(en): merge docs-cn/sync-docs into docs-cn/dev @ e7f79533 #552

Workflow file for this run

name: autofix.ci
on:
pull_request:
permissions:
contents: write
jobs:
autofix:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Use Node.js lts/*
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: lts/*
- name: Setup
run: npm i -g @antfu/ni
- name: Install
run: nci
- name: Lint
run: nr lint --fix
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27