Skip to content

Commit

Permalink
Merge pull request #126 from JamesJieranShen/pr/cformat-ci-update
Browse files Browse the repository at this point in the history
Pr/cformat ci update
  • Loading branch information
JamesJieranShen authored Apr 4, 2024
2 parents 94634ae + b67021b commit cc7dad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '17'
clang-format-version: '14'
check-path: 'src'
fallback-style: 'Google'

0 comments on commit cc7dad1

Please sign in to comment.