Skip to content

Commit 0d85d36

Browse files
authored
Merge pull request #2 from agiletech-web-dev/utils/pChain
2 parents 858b046 + 8ea18f4 commit 0d85d36

File tree

6 files changed

+19
-14
lines changed

6 files changed

+19
-14
lines changed

.github/cache/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ description: Cache Dependencies
44
runs:
55
using: composite
66
steps:
7-
- name: Checkout Repo
8-
uses: actions/checkout@v4
9-
with:
10-
fetch-depth: 0
11-
127
- name: Install Node.js
138
uses: actions/setup-node@v4
149
with:

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout Repo
14+
uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
17+
1318
- name: Setup Continuous integration
1419
uses: ./.github/cache
1520

.github/workflows/prepublish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
- name: Checkout Repo
15+
uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
18+
1419
- name: Setup Continuous integration
1520
uses: ./.github/cache
1621

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
release:
1717
runs-on: ubuntu-latest
1818
steps:
19+
- name: Checkout Repo
20+
uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0
23+
1924
- name: Setup Continuous integration
2025
uses: ./.github/cache
2126

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@shikijs/transformers": "^1.10.3",
13+
"js-utils-es": "workspace:*",
1314
"prettier": "^3.3.2",
1415
"shiki": "^1.10.3"
1516
},
@@ -20,7 +21,6 @@
2021
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.2.1",
2122
"@shikijs/vitepress-twoslash": "^1.10.3",
2223
"@vitejs/plugin-vue-jsx": "^4.0.0",
23-
"js-utils-es": "^1.0.6",
2424
"unocss": "^0.61.3",
2525
"vite": "^5.3.3",
2626
"vitepress": "^1.3.0",

pnpm-lock.yaml

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)