Skip to content

Commit 9709bbe

Browse files
committed
CI
1 parent 9fce63d commit 9709bbe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/lint_format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
16+
with:
17+
submodules: true
1618

1719
- name: Set up Node.js
1820
uses: actions/setup-node@v3

.github/workflows/lint_links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ jobs:
2424
with:
2525
use-quiet-mode: "yes"
2626
check-modified-files-only: ${{ (github.event_name == 'pull_request' && 'yes') || 'no' }}
27+
submodules: true

0 commit comments

Comments
 (0)