Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
barne856 committed Sep 1, 2024
1 parent 9a70aae commit b05608b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ jobs:
choco install llvm
}
- name: Check Clang-Format
if: matrix.compiler == 'clang' && runner.os == 'Linux'
run: |
find include/squint -iname '*.hpp' -o -iname '*.cpp' | xargs clang-format-19 -i
git diff --exit-code
shell: bash

- name: Set up MSVC
if: matrix.os == 'windows-latest' && matrix.compiler == 'msvc'
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit b05608b

Please sign in to comment.