ci: add circular import detect (#2475)

Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
LongYinan
2023-05-22 12:53:55 +08:00
committed by Himself65
parent 03b4f78743
commit 569d71886c
12 changed files with 772 additions and 56 deletions

View File

@@ -35,7 +35,9 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: ./.github/actions/setup-node
- run: yarn lint --max-warnings=0
- run: |
yarn lint --max-warnings=0
yarn circular
build-storybook:
name: Build Storybook