Skip to content

Commit

Permalink
Add clang format to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Heuer committed Dec 21, 2023
1 parent 8914c27 commit f5c9c95
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 234 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ on:
- master

jobs:
code_formatting:
name: Code Formatting
runs-on: ubuntu-20.04
env:
BOOST_ROOT : "/usr/local/share/boost/1.72.0"
CI_ACTIVE : 1

steps:
- name: Checkout HEAD
uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Install Dependencies
run: |
sudo ./scripts/clang_format_update.sh 17
sudo apt install clang-format-17
clang-format --version
mt_kahypar_compiler_version_test:
name: Ubuntu Build
strategy:
Expand Down
Loading

0 comments on commit f5c9c95

Please sign in to comment.