Skip to content

Commit a628793

Browse files
committed
ci: update
1 parent a7c5181 commit a628793

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
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

0 commit comments

Comments
 (0)