diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 033b3ff99..12d2e72ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -126,7 +126,7 @@ jobs: with: clang-format-version: "19" check-path: ${{ matrix.path }} - exclude-regex: '(libs\/gsl\/)|^.*\.(cu|proto)$' + exclude-regex: '(libs\/gsl\/)|(tmpl)|(cpu_features)|^.*\.(cu|proto)$' clang-tidy: runs-on: macos-latest