Skip to content

repo-sync-2024-08-15T09:20:09+0800 #197

repo-sync-2024-08-15T09:20:09+0800

repo-sync-2024-08-15T09:20:09+0800 #197

---
name: Run clang-format Linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
extensions: h,cc
clangFormatVersion: 16.0.3