Skip to content

feat(搜索功能): 增加结果数量参数并优化搜索描述 #24

feat(搜索功能): 增加结果数量参数并优化搜索描述

feat(搜索功能): 增加结果数量参数并优化搜索描述 #24

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- run: pnpm i -g @antfu/ni
- run: nci
- run: nr lint