Skip to content

[CI] add check-format.yml #4

[CI] add check-format.yml

[CI] add check-format.yml #4

Workflow file for this run

name: Check source formatting
on:
workflow_dispatch:
push:
paths:
- '!**/*.yml'
- '.github/workflows/check-format.yml'
- '**/*.cpp'
- '**/*.c'
- '**/*.h'
pull_request:
paths:
- '!**/*.yml'
- '.github/workflows/check-format.yml'
- '**/*.cpp'
- '**/*.c'
- '**/*.h'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jidicula/[email protected]
with:
clang-format-version: '18'
exclude-regex: '^mk/.*'