From 936f50810dd8b84bb6774e3ead69db3b1677518f Mon Sep 17 00:00:00 2001 From: Jun FENG <99384777+6fj@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:44:29 +0800 Subject: [PATCH] Create clang-format.yml --- .github/workflows/clang-format.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/clang-format.yml diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml new file mode 100644 index 0000000..d49a73e --- /dev/null +++ b/.github/workflows/clang-format.yml @@ -0,0 +1,12 @@ +--- +name: Run clang-format Linter +on: + push: + branches: + - main + pull_request: + branches: + - main +jobs: + run-clang-format: + uses: secretflow/.github/.github/workflows/clang-format.yml@main