We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b8dba commit 8bde9b8Copy full SHA for 8bde9b8
1 file changed
.github/workflows/lint.yml
@@ -73,3 +73,12 @@ jobs:
73
# Lint with ruff and cpplint
74
- name: "Lint with pylint . . ."
75
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