Skip to content

Commit

Permalink
fix: gitmodules error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 committed Mar 4, 2024
1 parent 53cc0a1 commit c0e9083
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
submodules: recursive # TODO:FIXME: this is broken - GH CI Error: fatal: No url found for submodule path 'data/jokes' in .gitmodules
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "src/types/jokeapi"]
path = src/types/jokeapi
url = https://github.com/Sv443-Network/JokeAPI-Types.git
[submodule "data/jokes"]
path = data/jokes
url = https://github.com/Sv443/test.git
2 changes: 1 addition & 1 deletion data/jokes
Submodule jokes updated from 6dbd28 to 1a0e86

0 comments on commit c0e9083

Please sign in to comment.