File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
25- # fetch submodules recusively , to get zig-js-runtime submodules also.
25+ # fetch submodules recursively , to get zig-js-runtime submodules also.
2626 submodules : recursive
2727
2828 - uses : ./.github/actions/install
5454 - uses : actions/checkout@v4
5555 with :
5656 fetch-depth : 0
57- # fetch submodules recusively , to get zig-js-runtime submodules also.
57+ # fetch submodules recursively , to get zig-js-runtime submodules also.
5858 submodules : recursive
5959
6060 - uses : ./.github/actions/install
8686 - uses : actions/checkout@v4
8787 with :
8888 fetch-depth : 0
89- # fetch submodules recusively , to get zig-js-runtime submodules also.
89+ # fetch submodules recursively , to get zig-js-runtime submodules also.
9090 submodules : recursive
9191
9292 - uses : ./.github/actions/install
@@ -118,7 +118,7 @@ jobs:
118118 - uses : actions/checkout@v4
119119 with :
120120 fetch-depth : 0
121- # fetch submodules recusively , to get zig-js-runtime submodules also.
121+ # fetch submodules recursively , to get zig-js-runtime submodules also.
122122 submodules : recursive
123123
124124 - uses : ./.github/actions/install
You can’t perform that action at this time.
0 commit comments