Skip to content

Commit 52ca28b

Browse files
committed
ci: maintenance tweaks
1 parent 6408405 commit 52ca28b

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/maintenance.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Scripted maintenance
1+
name: maintenance
22

33
on: push
44

@@ -9,14 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

12-
- uses: actions/setup-python@v5
13-
with:
14-
python-version: '3.10'
15-
16-
- name: Run clang-format
17-
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-16 -style=file -i
12+
- name: clang-format
13+
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-18 -style=file -i
1814

19-
- name: Glob files
15+
- name: generate
2016
run: python ${{ github.workspace }}/res/scripts/generate_headers.py
2117

2218
- uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)