Skip to content

Commit

Permalink
Checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Oct 3, 2024
1 parent 9adf9a7 commit 198b1ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
charset = utf-8
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
trim_trailing_whitespace = true

[*.yml]
indent_style = space
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:

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

- name: Install dependencies
run: |
Expand Down

0 comments on commit 198b1ac

Please sign in to comment.