Skip to content

Remove debug messages from tests CMakeLists #2

Remove debug messages from tests CMakeLists

Remove debug messages from tests CMakeLists #2

Workflow file for this run

name: test-clang-format
on: [push]
jobs:
check-clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,cpp,hpp'
clangFormatVersion: 16
inplace: True
style: file
- name: Check if files were changed
run: bash -c "! git diff| grep diff"