From 587cd4468d5646d469f8f21f35856d6da106140e Mon Sep 17 00:00:00 2001 From: Joe George Date: Fri, 8 Mar 2024 10:06:22 -0500 Subject: [PATCH] Fix name --- .github/workflows/cpplint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml index 57fdc566abb..264fa3cdf34 100644 --- a/.github/workflows/cpplint.yml +++ b/.github/workflows/cpplint.yml @@ -10,7 +10,7 @@ on: jobs: cpp-lint: - name: Swift Lint + name: Clang Tidy and Clang Format runs-on: ubuntu-latest steps: - name: Checkout repository