We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4c02a commit 09c02a7Copy full SHA for 09c02a7
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