Skip to content

Commit

Permalink
ci: checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed May 28, 2024
1 parent aaf9c78 commit 076ce3c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- src/**
- tests/**
- i18n/**
- data/types
- .github/workflows/ci-cd.yml
- package.json
- package-lock.json
Expand All @@ -24,6 +25,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
with:
submodules: true
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: ./project/
submodules: true
- uses: actions/checkout@v4
with:
ref: docs
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/force-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 076ce3c

Please sign in to comment.