Skip to content

Commit

Permalink
Merge pull request #947 from JohanMabille/ci
Browse files Browse the repository at this point in the history
Upgraded clang-format-action
  • Loading branch information
JohanMabille authored Oct 2, 2023
2 parents aa968ea + be30117 commit 61d389c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.2.0
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '13'
clang-format-version: '16'
exclude-regex: 'doctest.h'
inlining-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 61d389c

Please sign in to comment.