Skip to content

Commit

Permalink
full CI/CD correction
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymakarewicz committed Jul 15, 2024
1 parent 9e2dad1 commit 924705a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cmake-version: '3.26.3'

- name: Install dependencies
run: sudo apt-get install -y libgtest-dev libgmock-dev
run: sudo apt-get install -y libgtest-dev libgmock-dev clang-tidy lcov #clang-format

- name: Configure CMake
run: |
Expand All @@ -34,12 +34,11 @@ jobs:
run: |
cd build
ctest --output-on-failure
- name: Analyze code with clang-tidy
- name: Analyze code with clang-tidy
run: |
cd build
make clang-tidy
make clang-tidy
#- name: Check code formatting with clang-format
# run: |
Expand Down

0 comments on commit 924705a

Please sign in to comment.