Skip to content

Commit

Permalink
Update clang-format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthospap authored Dec 15, 2024
1 parent 5b31e20 commit 3640983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
# Step 2: Install clang-format
- name: Install clang-format
run: sudo apt-get update && sudo apt-get install -y clang-format
- name: Check clang-format version
run: clang-format --version

# Step 3: Check formatting
- name: Run clang-format
Expand Down

0 comments on commit 3640983

Please sign in to comment.