Skip to content

Merge pull request #71 from CoreTrace/70-investigation-excessive-ci-e… #137

Merge pull request #71 from CoreTrace/70-investigation-excessive-ci-e…

Merge pull request #71 from CoreTrace/70-investigation-excessive-ci-e… #137

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: clang-format
on:
push:
branches: [main, master]
pull_request:
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install clang-format 20
run: |
sudo apt-get update
sudo apt-get install -y clang-format-20
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-20 100
- name: Run format-check
run: ./scripts/format-check.sh