Skip to content

add option to disable global service #32

add option to disable global service

add option to disable global service #32

name: Code formatting checks
on:
pull_request:
paths:
- '.github/workflows/**'
- 'src/**'
- '.clang-format'
push:
paths:
- '.github/workflows/**'
- 'src/**'
- '.clang-format'
jobs:
check-formatting:
name: Check for consistent formatting
runs-on: ubuntu-latest
strategy:
matrix:
path:
- check: 'src'
exclude: 'sdk'
steps:
- uses: actions/checkout@v4
- uses: jidicula/[email protected]
with:
clang-format-version: '18'
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}