Skip to content

repo-sync-2023-08-18T11:33:13+0800 #10

repo-sync-2023-08-18T11:33:13+0800

repo-sync-2023-08-18T11:33:13+0800 #10

---
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