Skip to content

test with container #394

test with container

test with container #394

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@v4
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './mirte_telemetrix_cpp/libs/*'
extensions: 'c,h,cpp,hpp'
clangFormatVersion: 14
style: llvm