[github] enable clang format github action (#9082)

This commit is contained in:
Mingyu Chen
2022-04-18 17:48:35 +08:00
committed by GitHub
parent afce993ca7
commit a71e0554be

View File

@ -18,7 +18,9 @@
---
name: BE Code Formatter
on: workflow_dispatch
on:
pull_request:
push:
jobs:
clang-format:
name: "Clang Formatter"