Skip to content

Commit

Permalink
Update clang-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baylesj authored Sep 9, 2024
1 parent 255ebc5 commit cc28be0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: clang-format Check
name: clang-format check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
name: formatting check
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -12,7 +12,7 @@ jobs:
- 'include'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
- name: runs clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
Expand Down

0 comments on commit cc28be0

Please sign in to comment.