Skip to content

Commit

Permalink
Merge pull request #228 from masterleinad/different_format_check
Browse files Browse the repository at this point in the history
Use different GitHub action for indentation check
  • Loading branch information
dalg24 authored Dec 27, 2023
2 parents 872352d + f3b401d commit 91d9df2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Clang-Format Check
name: Clang-Format check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.5.0
- name: Run clang-format style check.
uses: DoozyX/clang-format-lint-action@v0.16.2
with:
clang-format-version: '8'
check-path: './'
clangFormatVersion: 8

0 comments on commit 91d9df2

Please sign in to comment.