Skip to content

Commit

Permalink
Use clang 17 in formatting pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Laupetin committed Nov 19, 2023
1 parent b4837e1 commit 33c865c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ jobs:
with:
submodules: recursive

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "17.0"

- name: Test formatting for all files
working-directory: ${{ github.workspace }}
run: |
export CLANG_FORMAT_BIN='clang-format-15'
export CLANG_FORMAT_BIN='clang-format-17'
./scripts/check-format.sh

0 comments on commit 33c865c

Please sign in to comment.