Skip to content

Replacing CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR (#752) #325

Replacing CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR (#752)

Replacing CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR (#752) #325

Workflow file for this run

name: clang-format
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './cmake'
extensions: 'c,h,hh,cpp'
clangFormatVersion: 17
style: file # Use .clang-format at repo root