Skip to content

test: export of targets into build directories. #109

test: export of targets into build directories.

test: export of targets into build directories. #109

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