Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into moreifs
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello committed Jul 19, 2023
2 parents 0bd8a38 + f0b3de0 commit c6b14ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 160
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 160
sudo update-alternatives --install /usr/bin/lli lli /usr/bin/lli-16 160
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-16 160
- name: Setup LLVM and GCC (MacOS)
if: ${{ runner.os == 'macOS' }}
Expand All @@ -57,6 +58,10 @@ jobs:
python -m pip install --upgrade pip
pip install pytest pytest-xdist
- name: Check formatting
if: ${{ runner.os == 'Linux' }}
run: find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -Werror --dry-run --style=LLVM --verbose

- name: Build
run: |
mkdir build
Expand Down

0 comments on commit c6b14ce

Please sign in to comment.