[github] enable clang format github action (#9082)
This commit is contained in:
4
.github/workflows/clang-format.yml
vendored
4
.github/workflows/clang-format.yml
vendored
@ -18,7 +18,9 @@
|
||||
|
||||
---
|
||||
name: BE Code Formatter
|
||||
on: workflow_dispatch
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
clang-format:
|
||||
name: "Clang Formatter"
|
||||
|
||||
Reference in New Issue
Block a user