Skip to content

allow ctest to run from the top level build #365

allow ctest to run from the top level build

allow ctest to run from the top level build #365

Workflow file for this run

name: clang-format check
# only run most recent workflow in branch
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths-ignore:
- README.md
types: [ opened, reopened, synchronize ]
permissions: read-all
jobs:
formatting-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check.
uses: DoozyX/[email protected]
with:
clangFormatVersion: 14