Skip to content

Commit 8bde9b8

Browse files
Joseph-Edwardsjames-d-mitchell
authored andcommitted
CI: Add clang-format job
1 parent 20b8dba commit 8bde9b8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,12 @@ jobs:
7373
# Lint with ruff and cpplint
7474
- name: "Lint with pylint . . ."
7575
run: uv run pylint $PYTHON_FILES
76+
clang-format:
77+
runs-on: ubuntu-latest
78+
steps:
79+
- uses: actions/checkout@v6
80+
- name: Run clang-format style check on src
81+
uses: joseph-edwards/clang-format-action@v1.0.1
82+
with:
83+
clang-format-version: 15
84+
check-path: "src"

0 commit comments

Comments
 (0)