Skip to content

ci: update coverage.yml to ubuntu-24.04 #243

ci: update coverage.yml to ubuntu-24.04

ci: update coverage.yml to ubuntu-24.04 #243

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@v5
- name: Run clang-format
run: |
bash bin/format.sh