Skip to content

Commit

Permalink
checkout submodules in action workflows
Browse files Browse the repository at this point in the history
chrismaltby committed Jan 16, 2025

Verified

This commit was signed with the committer’s verified signature.
oddgrd Oddbjørn Grødem
1 parent 79b3b8f commit 4eb60fc
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-node@v4
with:
@@ -58,6 +60,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-node@v4
with:
2 changes: 2 additions & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-node@v4
with:

0 comments on commit 4eb60fc

Please sign in to comment.