Skip to content

Commit fd66049

Browse files
authored
Merge pull request #5
fix: optimized bundle size
2 parents 9f6deb8 + c8f5bfc commit fd66049

6 files changed

Lines changed: 1114 additions & 795 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
jobs:
10-
check:
10+
lint:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
@@ -21,7 +21,5 @@ jobs:
2121
node-version: ${{ matrix.node-version }}
2222
- name: Install Dependencies
2323
run: npm ci
24-
- name: Run Quality Checks (Format & Compile)
25-
run: npm run check:compile
26-
- name: Build TypeScript to JavaScript
27-
run: npm run check:format
24+
- name: Lint
25+
run: npm run lint

0 commit comments

Comments
 (0)