Skip to content

change self hosted runs on name #393

change self hosted runs on name

change self hosted runs on name #393

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