Skip to content

Commit

Permalink
ci: add format check step to windows CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pageldev committed Jan 19, 2025
1 parent a215270 commit 82c2dd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: check format
run: ./format-files.sh check
- name: configure
run: cmake -S . -B build -G "Visual Studio 17 2022"
- name: build
Expand Down

0 comments on commit 82c2dd9

Please sign in to comment.