Skip to content

Adds warning messages, fixes clang-format #896

Adds warning messages, fixes clang-format

Adds warning messages, fixes clang-format #896

Workflow file for this run

name: clang-format
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './rootex/vendor'
extensions: 'h,cpp'
clangFormatVersion: 11