From 200e183a624f405e96709510c267aea91bc0b459 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Mon, 3 Jun 2024 15:53:14 +0800 Subject: [PATCH] Revert some change --- .github/workflows/code_style.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index 2be2973724b7c..8417264373a06 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -33,8 +33,6 @@ jobs: path: - check: 'cpp' exclude: '' - - check: 'cpp-ch' - exclude: '' steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++