Skip to content

Commit

Permalink
ci: add clang-format check (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl authored Apr 25, 2024
1 parent ad17726 commit 8b73c3c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ concurrency:
cancel-in-progress: true

jobs:
clang-format:
name: Formatting (clang-format)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: '.'

linux-qt:
name: Build (Linux/Qt)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -66,7 +77,7 @@ jobs:
cmake --build build
macos:
name: Build (macOS)
name: Build (macOS/Qt)
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8b73c3c

Please sign in to comment.