Skip to content

改进未登录状态提示和用户体验 #284

改进未登录状态提示和用户体验

改进未登录状态提示和用户体验 #284

Workflow file for this run

name: autofix.ci
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- run: pnpm install
- run: pnpm run build
- run: pnpm run typecheck
- run: pnpm run lint:fix
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef