Skip to content

feat: clang-tidy code style action #11

feat: clang-tidy code style action

feat: clang-tidy code style action #11

Workflow file for this run

name: Formatting check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
fmt:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Run clang-format
uses: jidicula/[email protected]
with:
clang-format-version: 19
exclude-regex: subprojects/.*