Skip to content

Commit

Permalink
clang-tidy workflow: clone with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Sep 27, 2024
1 parent fafd720 commit 6e4c880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
submodules: 'true'

# Ideally we would want to run the clang-tidy for every kind of build.
# This would make shure that we will check all platform dependent code parts.
Expand Down

0 comments on commit 6e4c880

Please sign in to comment.