Skip to content

Commit 82c2dd9

Browse files
committed
ci: add format check step to windows CI workflow
1 parent a215270 commit 82c2dd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- name: checkout repository
3333
uses: actions/checkout@v4
34+
- name: check format
35+
run: ./format-files.sh check
3436
- name: configure
3537
run: cmake -S . -B build -G "Visual Studio 17 2022"
3638
- name: build

0 commit comments

Comments
 (0)