Skip to content

Commit

Permalink
Experimental change of formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWielanek committed Nov 17, 2022
1 parent 4be9085 commit b6c965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.9.0
uses: DanielWielanek/clang-format-action@main
with:
clang-format-version: '13'
check-path: '.'

0 comments on commit b6c965f

Please sign in to comment.