Skip to content

Commit c44ccde

Browse files
committed
change workflows
1 parent c1128cf commit c44ccde

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

.github/workflows/codeql.yml

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
steps:
8080
- name: Checkout repository
8181
uses: actions/checkout@v4
82+
with:
83+
submodules: true
8284

8385
- uses: pnpm/action-setup@v4
8486
name: Install pnpm

.github/workflows/deploy-docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
36+
with:
37+
submodules: true
3638

3739
- uses: pnpm/action-setup@v4
3840
name: Install pnpm

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Checkout Repo
2626
uses: actions/checkout@v4
2727
with:
28+
submodules: true
2829
fetch-depth: 0
2930

3031
- uses: pnpm/action-setup@v4

.github/workflows/run-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4
6161
with:
6262
fetch-depth: 0
63+
submodules: true
6364

6465
- uses: pnpm/action-setup@v4
6566
name: Install pnpm

.github/workflows/snapshot-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24+
submodules: true
2425

2526
- uses: pnpm/action-setup@v4
2627
name: Install pnpm

0 commit comments

Comments
 (0)