Skip to content

Commit 012381e

Browse files
committed
rm calls to non-existing workflows
1 parent 46d1ccb commit 012381e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci-linting.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,15 @@ jobs:
5353
echo "Linting @vue-skuilder/common-ui..."
5454
yarn workspace @vue-skuilder/common-ui lint:check
5555
56-
echo "Linting @vue-skuilder/edit-ui..."
57-
yarn workspace @vue-skuilder/edit-ui lint:check
58-
5956
echo "Linting @vue-skuilder/platform-ui..."
6057
yarn workspace @vue-skuilder/platform-ui lint:check
6158
6259
echo "Linting @vue-skuilder/studio-ui..."
6360
yarn workspace @vue-skuilder/studio-ui lint:check
6461
65-
- name: Lint legacy packages
66-
run: |
67-
echo "Linting @vue-skuilder/client..."
68-
yarn workspace @vue-skuilder/client lint
69-
7062
- name: Linting completed
7163
run: |
7264
echo "✅ All linting checks passed"
7365
echo "📦 Packages checked:"
7466
echo " Backend: common, db, express, cli, e2e-db"
75-
echo " Frontend: common-ui, edit-ui, platform-ui, studio-ui"
76-
echo " Legacy: client"
67+
echo " Frontend: common-ui, platform-ui, studio-ui"

0 commit comments

Comments
 (0)