Skip to content

Commit ead6929

Browse files
committed
Update code-format-check.yml
1 parent 77e6ef2 commit ead6929

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/code-format-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Show OS info
18+
run: |
1819
sw_vers
1920
2021
- name: Install clang-format
22+
run: |
2123
brew install clang-format
2224
2325
- name: Run clang-format check

0 commit comments

Comments
 (0)