We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6408405 commit 52ca28bCopy full SHA for 52ca28b
1 file changed
.github/workflows/maintenance.yml
@@ -1,4 +1,4 @@
1
-name: Scripted maintenance
+name: maintenance
2
3
on: push
4
@@ -9,14 +9,10 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
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
+ - name: clang-format
+ run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-18 -style=file -i
18
19
- - name: Glob files
+ - name: generate
20
run: python ${{ github.workspace }}/res/scripts/generate_headers.py
21
22
- uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments