Skip to content

Commit

Permalink
adds missing workflow and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Oct 13, 2023
1 parent ad28f49 commit d51ff57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y curl libcurl4-openssl-dev

- name: CMake
working-directory: ./sdks/c/
env:
CC: clang
run: cmake -B ./build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

- name: reviewdog with clang-tidy
uses: arkedge/[email protected]
with:
workdir: ./sdks/c/

- name: Build
working-directory: ./sdks/c/
run: cmake -S . --build ./build

0 comments on commit d51ff57

Please sign in to comment.