Skip to content

Commit

Permalink
ci: remove format check step from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pageldev committed Jan 19, 2025
1 parent 076ee6e commit 25cea93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ 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 25cea93

Please sign in to comment.