Skip to content

Commit 25cea93

Browse files
committed
ci: remove format check step from CI workflow
1 parent 076ee6e commit 25cea93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

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

0 commit comments

Comments
 (0)