Skip to content

Prepare for end of BBP. #1074

Prepare for end of BBP.

Prepare for end of BBP. #1074

Workflow file for this run

name: ClangFormat
concurrency:
group: ${{ github.workflow }}#${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- master
- main
- v2.x
jobs:
Code_Format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format
run: |
bash bin/format.sh