Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mike919192 authored May 11, 2024
1 parent 32cd42c commit 6a22b46
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: clang-format lint
uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,cpp,c'
clangFormatVersion: 15
- name: Install clang format
run: |
sudo apt-get update
sudo apt-get install clang-format
- name: Check format
run: |
find ./ -type f \( -iname \*.h -o -iname \*.cpp \) | xargs clang-format --dry-run -Werror
- name: Install Conan
id: conan
Expand Down

0 comments on commit 6a22b46

Please sign in to comment.