Skip to content

Commit a55e617

Browse files
authored
Add clang-format to the ci (#20)
1 parent 6df1248 commit a55e617

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Linting
22
on: push
33
jobs:
4-
python-lint:
4+
lint:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
@@ -21,3 +21,7 @@ jobs:
2121
- uses: isort/isort-action@v1
2222
with:
2323
sort-paths: "test"
24+
- name: clang-format Check
25+
uses: jidicula/clang-format-action@v4.14.0
26+
with:
27+
clang-format-version: 19

0 commit comments

Comments
 (0)