Skip to content

Commit 076ce3c

Browse files
ci: checkout submodules
1 parent aaf9c78 commit 076ce3c

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- src/**
1212
- tests/**
1313
- i18n/**
14+
- data/types
1415
- .github/workflows/ci-cd.yml
1516
- package.json
1617
- package-lock.json
@@ -24,6 +25,8 @@ jobs:
2425
steps:
2526
- name: Checkout code
2627
uses: actions/checkout@v4
28+
with:
29+
submodules: true
2730

2831
- name: Setup Node
2932
uses: actions/setup-node@v4

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
steps:
4040
- name: Checkout repository
4141
uses: actions/checkout@v4
42+
with:
43+
submodules: true
4244

4345
# Initializes the CodeQL tools for scanning.
4446
- name: Initialize CodeQL

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ jobs:
1616
steps:
1717
- name: 'Checkout Repository'
1818
uses: actions/checkout@v4
19+
with:
20+
submodules: true
1921
- name: 'Dependency Review'
2022
uses: actions/dependency-review-action@v4

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
path: ./project/
21+
submodules: true
2122
- uses: actions/checkout@v4
2223
with:
2324
ref: docs

.github/workflows/force-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
14+
with:
15+
submodules: true
1416

1517
- name: Setup Node
1618
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)