Skip to content

Commit

Permalink
Update clang format check
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Sep 20, 2021
1 parent 242a095 commit 22b70e3
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 @@ -13,9 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v3.4.0
uses: jidicula/clang-format-action@v4.0.0
with:
clang-format-version: '11'
clang-format-version: '12'
check-path: 'src'
fallback-style: 'Google'

0 comments on commit 22b70e3

Please sign in to comment.