Skip to content

Commit

Permalink
Add clang-tidy on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethassogba committed Nov 12, 2024
1 parent 17a72b2 commit 5c50ea7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
- name: Run test_omp
run: ${{github.workspace}}/build/test_omp

- name: clang-tidy
run: make clang-tidy

# - name: Test
# working-directory: ${{ steps.strings.outputs.build-output-dir }}
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
Expand Down

0 comments on commit 5c50ea7

Please sign in to comment.