We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076ee6e commit 25cea93Copy full SHA for 25cea93
.github/workflows/ci.yaml
@@ -31,8 +31,6 @@ 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