Skip to content

Commit d1f1656

Browse files
committed
Add component interface rule
1 parent 7993ff0 commit d1f1656

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/check-pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
uses: actions/checkout@v4
1212
- uses: pnpm/action-setup@v4
1313
name: Install pnpm
14-
with:
15-
run_install: false
16-
1714
- name: Install Node.js
1815
uses: actions/setup-node@v4
1916
with:

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: pnpm/action-setup@v4
1515
name: Install pnpm
16-
with:
17-
run_install: false
1816
- name: Install Node.js
1917
uses: actions/setup-node@v4
2018
with:

0 commit comments

Comments
 (0)