Skip to content

repo-sync-2023-08-11T13:25:26+0800 #5

repo-sync-2023-08-11T13:25:26+0800

repo-sync-2023-08-11T13:25:26+0800 #5

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