Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Nov 1, 2024
1 parent c597d8f commit 63eab10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ jobs:
- name: Install dependencies
run: |
source ./tools/linux_ci_setup.sh
- name: Run clang-format
run: |
apt-get install -y clang-format
make format-cpp
git diff --exit-code --compact-summary || { echo "Code formatting failed; run 'make format-cpp'"; exit 1; }
- name: Run clang-format
run: |
apt-get install -y clang-format
make format-cpp
git diff --exit-code --compact-summary || { echo "Code formatting failed; run 'make format-cpp'"; exit 1; }
- name: Build bmdscore
run: |
source ./tools/linux_ci_env.sh
Expand Down

0 comments on commit 63eab10

Please sign in to comment.