Skip to content

Commit c76a501

Browse files
committed
init v4 🚀
1 parent db5cf49 commit c76a501

File tree

184 files changed

+1394
-19345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+1394
-19345
lines changed

.github/workflows/ci.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
name: Build
2-
3-
on:
4-
push:
5-
branches:
6-
- "**"
7-
- "!main"
8-
pull_request:
9-
branches:
10-
- "**"
11-
- "!main"
12-
13-
jobs:
14-
CI:
15-
runs-on: windows-latest
16-
17-
steps:
18-
- name: Set git to use LF
19-
run: |
20-
git config --global core.autocrlf false
21-
git config --global core.eol lf
22-
23-
- uses: actions/checkout@v4
24-
25-
- uses: pnpm/action-setup@v2
26-
with:
27-
version: latest
28-
29-
- uses: actions/setup-node@v4
30-
with:
31-
node-version: 20
32-
33-
- name: install dependencies
34-
run: pnpm install --frozen-lockfile
35-
36-
- name: lint
37-
run: pnpm lint
1+
# name: Build
2+
3+
# on:
4+
# push:
5+
# branches:
6+
# - "**"
7+
# - "!main"
8+
# pull_request:
9+
# branches:
10+
# - "**"
11+
# - "!main"
12+
13+
# jobs:
14+
# CI:
15+
# runs-on: windows-latest
16+
17+
# steps:
18+
# - name: Set git to use LF
19+
# run: |
20+
# git config --global core.autocrlf false
21+
# git config --global core.eol lf
22+
23+
# - uses: actions/checkout@v4
24+
25+
# - uses: pnpm/action-setup@v2
26+
# with:
27+
# version: latest
28+
29+
# - uses: actions/setup-node@v4
30+
# with:
31+
# node-version: 20
32+
33+
# - name: install dependencies
34+
# run: pnpm install --frozen-lockfile
35+
36+
# - name: lint
37+
# run: pnpm lint
3838

39-
- name: build
40-
run: pnpm build
39+
# - name: build
40+
# run: pnpm build

.github/workflows/release.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
1-
name: Release
1+
# name: Release
22

3-
on:
4-
push:
5-
tags:
6-
- "v*"
7-
workflow_dispatch:
3+
# on:
4+
# push:
5+
# tags:
6+
# - "v*"
7+
# workflow_dispatch:
88

9-
jobs:
10-
release-windows:
11-
runs-on: windows-latest
9+
# jobs:
10+
# release-windows:
11+
# runs-on: windows-latest
1212

13-
steps:
14-
- uses: actions/checkout@v4
13+
# steps:
14+
# - uses: actions/checkout@v4
1515

16-
- uses: pnpm/action-setup@v2
17-
with:
18-
version: latest
16+
# - uses: pnpm/action-setup@v2
17+
# with:
18+
# version: latest
1919

20-
- uses: actions/setup-node@v4
21-
with:
22-
node-version: 20
20+
# - uses: actions/setup-node@v4
21+
# with:
22+
# node-version: 20
2323

24-
- name: install dependencies
25-
run: pnpm install --frozen-lockfile
24+
# - name: install dependencies
25+
# run: pnpm install --frozen-lockfile
2626

27-
- name: release artifacts
28-
env:
29-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
run: pnpm release
27+
# - name: release artifacts
28+
# env:
29+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
# run: pnpm release
3131

32-
release-mac:
33-
needs: release-windows
32+
# release-mac:
33+
# needs: release-windows
3434

35-
runs-on: macos-latest
35+
# runs-on: macos-latest
3636

37-
steps:
38-
- uses: actions/checkout@v4
37+
# steps:
38+
# - uses: actions/checkout@v4
3939

40-
- uses: pnpm/action-setup@v2
41-
with:
42-
version: latest
40+
# - uses: pnpm/action-setup@v2
41+
# with:
42+
# version: latest
4343

44-
- uses: actions/setup-node@v4
45-
with:
46-
node-version: 20
44+
# - uses: actions/setup-node@v4
45+
# with:
46+
# node-version: 20
4747

48-
- name: install dependencies
49-
run: pnpm install --frozen-lockfile
48+
# - name: install dependencies
49+
# run: pnpm install --frozen-lockfile
5050

51-
- name: release artifacts
52-
env:
53-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
run: pnpm release
51+
# - name: release artifacts
52+
# env:
53+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
# run: pnpm release

0 commit comments

Comments
 (0)