We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996dbe1 commit ca6c4ccCopy full SHA for ca6c4cc
.github/workflows/dev.yml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- uses: actions/checkout@v4
25
+ with:
26
+ submodules: "true"
27
28
- uses: actions/setup-node@v4
29
with:
.github/workflows/main.yml
0 commit comments