Skip to content

Commit 97eb46a

Browse files
authored
ci: remove check-size action
deprecated
1 parent e679114 commit 97eb46a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/checks.yml

-15
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,6 @@ on:
44
branches:
55
- main
66
jobs:
7-
size:
8-
runs-on: ubuntu-latest
9-
name: Checking size
10-
steps:
11-
- name: Checkout the repository
12-
uses: actions/checkout@v4
13-
- name: Install pnpm
14-
uses: pnpm/action-setup@v2
15-
with:
16-
version: 8
17-
- name: Install Node.js
18-
uses: actions/setup-node@v4
19-
with:
20-
node-version: 16
21-
cache: 'pnpm'
227
typings:
238
runs-on: ubuntu-latest
249
name: typings

0 commit comments

Comments
 (0)