Skip to content

build(deps): bump codecov/codecov-action from 5 to 6 #269

build(deps): bump codecov/codecov-action from 5 to 6

build(deps): bump codecov/codecov-action from 5 to 6 #269

Workflow file for this run

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