Skip to content

Commit

Permalink
Print clang-format's version
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jun 25, 2024
1 parent b912840 commit accb47c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Print version
run: clang-format --version

- name: clang-format
run: cd src && ./format-code.sh

Expand Down

0 comments on commit accb47c

Please sign in to comment.