We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a215270 commit 82c2dd9Copy full SHA for 82c2dd9
.github/workflows/ci.yaml
@@ -31,6 +31,8 @@ jobs:
31
steps:
32
- name: checkout repository
33
uses: actions/checkout@v4
34
+ - name: check format
35
+ run: ./format-files.sh check
36
- name: configure
37
run: cmake -S . -B build -G "Visual Studio 17 2022"
38
- name: build
0 commit comments