Skip to content

Commit

Permalink
ci: update clang-format github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kidanger committed Aug 18, 2022
1 parent a41bc07 commit 755411f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v3.3.0
uses: jidicula/clang-format-action@v4.8.0
with:
clang-format-version: '11'
clang-format-version: '13'
check-path: 'src'

0 comments on commit 755411f

Please sign in to comment.