Skip to content

!docs: building 3.x document #74

!docs: building 3.x document

!docs: building 3.x document #74

Workflow file for this run

name: autofix.ci
on:
pull_request:
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- name: Use Node.js lts/*
uses: actions/setup-node@v4
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