From 43c4f1c3fd5df79a85685d5a25d1c57f6dff53ae Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 3 Apr 2025 18:34:32 +0800 Subject: [PATCH 1/3] chore: fix eslint --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index e6310b1..e5b1d36 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,8 @@ "classnames": "2.x" }, "devDependencies": { + "@typescript-eslint/eslint-plugin": "^5.59.7", + "@typescript-eslint/parser": "^5.59.7", "@rc-component/father-plugin": "^2.0.4", "@rc-component/np": "^1.0.3", "@testing-library/jest-dom": "^6.0.0", From 29bd3fc844774d1a777249223d375d67e8c1fa41 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 3 Apr 2025 18:37:20 +0800 Subject: [PATCH 2/3] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5735e2d..cdced8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,5 +2,5 @@ name: ✅ test on: [push, pull_request] jobs: test: - uses: react-component/rc-test/.github/workflows/test.yml@main - secrets: inherit \ No newline at end of file + uses: react-component/rc-test/.github/workflows/test.yml@test/unlock-bun-version + secrets: inherit From 3ffceb1a477bbcb7abdee2d124e13ae1a39a9bde Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 3 Apr 2025 18:39:16 +0800 Subject: [PATCH 3/3] Update .github/workflows/main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cdced8f..f860ff1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,5 +2,5 @@ name: ✅ test on: [push, pull_request] jobs: test: - uses: react-component/rc-test/.github/workflows/test.yml@test/unlock-bun-version + uses: react-component/rc-test/.github/workflows/test.yml@main secrets: inherit