Skip to content

be:默认排序优化 #4541

be:默认排序优化

be:默认排序优化 #4541

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
- run: npm install
- run: npm run lint