Skip to content

Merge branch 'develop' of https://github.com/mirte-robot/mirte-ros-pa… #110

Merge branch 'develop' of https://github.com/mirte-robot/mirte-ros-pa…

Merge branch 'develop' of https://github.com/mirte-robot/mirte-ros-pa… #110

Workflow file for this run

name: test-clang-format
on: [push, pull_request]
jobs:
cpp_style_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: '.'
# exclude: './third_party ./external'
extensions: 'h,cpp'
clangFormatVersion: 14
style: llvm