Skip to content

Commit

Permalink
fixup! fixup! add clang-tidy pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Sep 10, 2024
1 parent 2369daa commit 8cf4b52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
git config --global --list
- name: "Create build directory"
run: mkdir build

- name: "Create compile_commands.json"
# this is required for clang-tidy to work
run: |
Expand Down

0 comments on commit 8cf4b52

Please sign in to comment.